Sha256: 2d8b61088ed5e294bb9daa2f4740a2e201ccf47183ca838faa5f215d607f85d5

Contents?: true

Size: 220 Bytes

Versions: 42

Compression:

Stored size: 220 Bytes

Contents

class CreateRostraQuestionFollowings < ActiveRecord::Migration
  def change
    create_table :rostra_question_followings do |t|
      t.integer :question_id
      t.integer :user_id

      t.timestamps
    end
  end
end

Version data entries

42 entries across 42 versions & 1 rubygems

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