Sha256: 56c5007ffdc85160fcb3bae282bb36bb14b17e4cc0793fe682fa345b9f9416e0

Contents?: true

Size: 251 Bytes

Versions: 16

Compression:

Stored size: 251 Bytes

Contents

class CreateQwesterPresentationQuestionnaires < ActiveRecord::Migration
  def change
    create_table :qwester_presentation_questionnaires do |t|
      t.integer :questionnaire_id
      t.integer :presentation_id

      t.timestamps
    end
  end
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
qwester-0.5.0 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.4.0 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.3.5 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.3.4 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.3.3 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.3.2 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.3.1 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.3.0 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.2.2 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.2.1 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.2.0 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.1.4 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.1.3 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.1.2 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.1.1 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb
qwester-0.1.0 db/migrate/20130315113027_create_qwester_presentation_questionnaires.rb