update menu_sync
This commit is contained in:
@@ -9,6 +9,7 @@ class CreateMenuItemInstances < ActiveRecord::Migration[5.1]
|
||||
t.boolean :is_on_promotion, :null => false, :default => false
|
||||
t.decimal :promotion_price, :precision => 10, :scale => 2, :null => false, :default => 0.00
|
||||
t.boolean :is_available, :null => false, :default => true
|
||||
t.boolean :is_default, :null => false, :default => true
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user