lookup and seed data fixes

This commit is contained in:
Min Zeya Phyo
2017-04-04 01:22:45 +06:30
parent 4dc0c762e3
commit c10db71cbc
4 changed files with 11 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ class CreateTaxProfiles < ActiveRecord::Migration[5.0]
t.decimal :rate, :precision => 10, :scale => 2, :null => false, :default => 0.00
t.boolean :inclusive, :null => false, :default => false
t.integer :order_by, :null => false, :default => 1
t.string :created_by, :null => false
t.timestamps
end
end