for real
This commit is contained in:
11
db/migrate/20241117140232_create_invitations.rb
Normal file
11
db/migrate/20241117140232_create_invitations.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
class CreateInvitations < ActiveRecord::Migration[7.2]
|
||||
def change
|
||||
create_table :invitations do |t|
|
||||
t.string :name
|
||||
t.string :attending
|
||||
t.string :additional_guest
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user