Files
old-holivud2/db/migrate/20200330102704_add_email_to_notes.rb
2020-05-31 22:38:19 +02:00

6 lines
115 B
Ruby

class AddEmailToNotes < ActiveRecord::Migration[5.2]
def change
add_column :notes, :email, :string
end
end