settings controllers
This commit is contained in:
@@ -4,6 +4,9 @@ class CreateMenuItems < ActiveRecord::Migration[5.0]
|
||||
t.string :item_code, :null => false
|
||||
t.string :name, :null => false
|
||||
t.string :alt_name
|
||||
t.string :image_path
|
||||
t.text :description
|
||||
t.string :information
|
||||
t.string :type, :null => false, :default => "SimpleMenuItem"
|
||||
t.references :menu_category, foreign_key: true
|
||||
t.references :menu_item, foreign_key: true
|
||||
|
||||
Reference in New Issue
Block a user