Files
grecia/db/migrate/20190621181440_add_name_field_to_signature_sheets.rb
2020-04-09 07:11:52 +10:00

6 lines
140 B
Ruby

class AddNameFieldToSignatureSheets < ActiveRecord::Migration[5.0]
def change
add_column :signature_sheets, :title, :string
end
end