Make open source
This commit is contained in:
7
db/migrate/20180325212232_add_guest_notes.rb
Normal file
7
db/migrate/20180325212232_add_guest_notes.rb
Normal file
@ -0,0 +1,7 @@
|
||||
class AddGuestNotes < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
change_table :guests do |t|
|
||||
t.string :notes
|
||||
end
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user