Sha256: 32f67cd6479526603243b403a0b25a2183302fc45e2f23ab43aea1cfe972511d

Contents?: true

Size: 195 Bytes

Versions: 10

Compression:

Stored size: 195 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.integer :user_id
      t.string :title
      t.text :content

      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
fuck_comments-2.3.4 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments_ruby-2.3.4 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments_ruby-2.3.3 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments-2.3.1 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments-2.2.2 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments-2.2.1 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments-2.2.0 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments-2.1.0 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments-2.0.1 spec/dummy_app/db/migrate/20130712065951_create_posts.rb
the_comments-2.0.0 spec/dummy_app/db/migrate/20130712065951_create_posts.rb