add remaining migrations

This commit is contained in:
2024-09-16 13:27:40 -07:00
parent 643877e3ae
commit f1889dd885
4 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
ROM::SQL.migration do
change do
create table :tables do
create_table :tables do
primary_key :id
foreign_key :event_id, :events
end