Sha256: 3cac6cb7d27a5b3c3e620da63fda2213559acc3bdf0830901b627161d4f7e90b

Contents?: true

Size: 145 Bytes

Versions: 8

Compression:

Stored size: 145 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.text :body

      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
with_popup-0.1.0 spec/dummy/db/migrate/20151031123909_create_posts.rb
with_popup-0.0.7 spec/dummy/db/migrate/20151031123909_create_posts.rb
with_popup-0.0.6 spec/dummy/db/migrate/20151031123909_create_posts.rb
with_popup-0.0.5 spec/dummy/db/migrate/20151031123909_create_posts.rb
with_popup-0.0.4 spec/dummy/db/migrate/20151031123909_create_posts.rb
with_popup-0.0.3 spec/dummy/db/migrate/20151031123909_create_posts.rb
with_popup-0.0.2 spec/dummy/db/migrate/20151031123909_create_posts.rb
with_popup-0.0.1 spec/dummy/db/migrate/20151031123909_create_posts.rb