Sha256: 724ac3180fb22b07a8a4acf2f61b06dcac68d642fb910a788c94c2fdd3760723
Contents?: true
Size: 335 Bytes
Versions: 5
Compression:
Stored size: 335 Bytes
Contents
class CreateRapidfireAnswers < ActiveRecord::Migration def change create_table :rapidfire_answers do |t| t.references :answer_group t.references :question t.text :answer_text t.timestamps end add_index :rapidfire_answers, :answer_group_id add_index :rapidfire_answers, :question_id end end
Version data entries
5 entries across 5 versions & 2 rubygems