Sha256: 247a614f544aadfe91ce37765f82ee974778577f214d8b296d16cfae63b35495

Contents?: true

Size: 245 Bytes

Versions: 293

Compression:

Stored size: 245 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def self.up
    create_table :posts do |t|
      t.column :user_id, :integer
      t.column :title, :string
      t.column :body, :text
    end
  end

  def self.down
    drop_table :posts
  end
end

Version data entries

293 entries across 172 versions & 31 rubygems

Version Path
technicalpickles-shoulda-2.0.1 test/rails_root/db/migrate/002_create_posts.rb
technicalpickles-shoulda-2.0.2 test/rails_root/db/migrate/002_create_posts.rb
technicalpickles-shoulda-2.0.6 test/rails_root/db/migrate/002_create_posts.rb
technicalpickles-shoulda-2.10.0 test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.2 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.3 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.4 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.5 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.6 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.7 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.8 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.2.9 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.3.0 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.3.1 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.3.2 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.3.3 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-clearance-0.3.4 test/rails_root/vendor/gems/thoughtbot-shoulda-2.0.4/test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-shoulda-2.0.0 test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-shoulda-2.0.1 test/rails_root/db/migrate/002_create_posts.rb
thoughtbot-shoulda-2.0.2 test/rails_root/db/migrate/002_create_posts.rb