add fields for Menu Sync
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
class CreateMenuItemOptions < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :menu_item_options do |t|
|
||||
t.string :option_type
|
||||
t.string :name, :null => false
|
||||
t.string :value, :null => false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user