Newer
Older
dmpopidor / db / migrate / 20200120134348_add_schema_id_to_questions.rb
@Quentin SONREL Quentin SONREL on 21 Jan 2020 164 bytes Fix on migration
class AddSchemaIdToQuestions < ActiveRecord::Migration
  def change
    add_reference :questions, :structured_data_schema, foreign_key: true, index: true
  end
end