Make open source
This commit is contained in:
10
db/migrate/20180324193210_create_guests.rb
Normal file
10
db/migrate/20180324193210_create_guests.rb
Normal file
@ -0,0 +1,10 @@
|
||||
class CreateGuests < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
create_table :guests do |t|
|
||||
t.string :name
|
||||
t.string :email
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user