add calc tax order flag in shop table

This commit is contained in:
Yan
2017-09-11 13:56:49 +06:30
parent 10bd525d02
commit b4ceff9631

View File

@@ -20,7 +20,7 @@ class CreateShops < ActiveRecord::Migration[5.1]
t.string :id_prefix, :null => false, :limit => 3
t.boolean :is_rounding_adj, :default => false
t.boolean :quick_sale_summary, :default => false
t.boolean :calc_tax_order, :default => false
t.timestamps
end
end