Newer
Older
dmpopidor / db / migrate / 20200120134348_add_schema_id_to_questions.rb
@Quentin SONREL Quentin SONREL on 20 Jan 2020 126 bytes Added structured schema/answers models and tables
class AddSchemaIdToQuestions < ActiveRecord::Migration
  def change
    add_column :questions, :schema_id, :integer
  end
end