skill-assessment-app/db/migrate/20160803003932_add_attachments_to_questions.rb

6 lines
134 B
Ruby
Raw Normal View History

2016-08-03 08:55:30 -05:00
class AddAttachmentsToQuestions < ActiveRecord::Migration[5.0]
def change
add_column :questions, :attachment, :string
end
end