shop code

This commit is contained in:
Myat Zin Wai Maw
2019-11-22 18:24:02 +06:30
parent 5a3f328789
commit d1ab2c194d
106 changed files with 834 additions and 895 deletions

View File

@@ -29,5 +29,8 @@ class AddShopCode < ActiveRecord::Migration[5.1]
add_column :surveys, :shop_code, :string, :default => '262'
add_column :tax_profiles, :shop_code, :string, :default => '262'
add_column :zones, :shop_code, :string, :default => '262'
add_column :stock_check_items, :shop_code, :string, :default => '262'
add_column :order_reservations, :shop_code, :string, :default => '262'
add_column :assigned_order_items, :shop_code, :string, :default => '262'
end
end