Sha256: 2527f420518b93ea90f4cecc50c540efb8507c4a6c0f5e89c1c0107322a44de3

Contents?: true

Size: 216 Bytes

Versions: 50

Compression:

Stored size: 216 Bytes

Contents

class CreateRostraAnswers < ActiveRecord::Migration
  def change
    create_table :rostra_answers do |t|
      t.integer :user_id
      t.integer :question_id
      t.text :text

      t.timestamps
    end
  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
rostra-0.3.6 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.3.5 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.3.4 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.3.3 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.3.2 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.3.1 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.2.1 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.2.0 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.26 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.25 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.24 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.23 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.22 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.21 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.20 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.19 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.18 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.17 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.16 db/migrate/20111007205730_create_rostra_answers.rb
rostra-0.1.15 db/migrate/20111007205730_create_rostra_answers.rb