Sha256: 0d0055b62efb69dfae44cc7b56c74a500aeca25f4a7cddd264399b69f84cfc0e

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

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

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sharp_social-0.1.1 spec/dummy/db/migrate/20130416061349_create_posts.rb
sharp_social-0.0.1 spec/dummy/db/migrate/20130416061349_create_posts.rb