payment
This commit is contained in:
13
db/migrate/20200111044418_add_shopcode.rb
Normal file
13
db/migrate/20200111044418_add_shopcode.rb
Normal file
@@ -0,0 +1,13 @@
|
||||
class AddShopcode < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :dining_charges, :shop_code, :string, :default => '262'
|
||||
add_column :order_items, :shop_code, :string, :default => '262'
|
||||
add_column :promotion_products, :shop_code, :string, :default => '262'
|
||||
add_column :sale_audits, :shop_code, :string, :default => '262'
|
||||
add_column :sale_items, :shop_code, :string, :default => '262'
|
||||
add_column :sale_payments, :shop_code, :string, :default => '262'
|
||||
add_column :sale_taxes, :shop_code, :string, :default => '262'
|
||||
add_column :menu_item_instances, :shop_code, :string, :default => '262'
|
||||
add_column :menu_items, :shop_code, :string, :default => '262'
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user