add remaining migrations
This commit is contained in:
@@ -4,6 +4,7 @@ ROM::SQL.migration do
|
||||
change do
|
||||
create_table :events do
|
||||
primary_key :id
|
||||
foreign_key :event_id, :events
|
||||
column :name, String, null: false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user