Newer
Older
dmpopidor / db / migrate / 20140331162130_add_question_format_id_to_questions.rb
class AddQuestionFormatIdToQuestions < ActiveRecord::Migration
  def change
    add_column :questions, :question_format_id, :integer
  end
end