menu and menu item categories
This commit is contained in:
@@ -10,8 +10,6 @@ class CreateMenuItems < ActiveRecord::Migration[5.0]
|
||||
t.integer :min_qty, :null => false, :default => 1
|
||||
t.integer :min_selectable_item, :null => false, :default => 1
|
||||
t.integer :max_selectable_item, :null => false, :default => 1
|
||||
t.json :options #save value
|
||||
t.json :item_attributes #value IDS
|
||||
t.string :created_by
|
||||
|
||||
t.timestamps
|
||||
|
||||
Reference in New Issue
Block a user