class CreateQanswersRegistrations < ActiveRecord::Migration def change create_table :qanswers_registrations, id: false do |t| t.references :registration, null: false t.references :qanswer, null: false end end end