update migrateshop table

This commit is contained in:
Aung Myo
2018-08-31 15:33:02 +06:30
parent 296aa7e784
commit 9ce270059f

View File

@@ -25,6 +25,7 @@ class CreateShops < ActiveRecord::Migration[5.1]
t.boolean :quick_sale_summary, :default => false
t.boolean :calc_tax_order, :default => false
t.boolean :show_account_info, :default => true
t.text :note
t.timestamps
end
end