Sha256: e11608f5a95acb5ec423bcc23e3b6917726dbbb42c05aff0636c03c3fb16ac9e

Contents?: true

Size: 194 Bytes

Versions: 7

Compression:

Stored size: 194 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
simple_token_authentication-1.0.0.pre.5 test/dummy/db/migrate/20140107041016_create_posts.rb
simple_token_authentication-1.0.0.beta.5 test/dummy/db/migrate/20140107041016_create_posts.rb
twitter_bootstrap-helpers-0.0.2 test/dummy/db/migrate/20120730030024_create_posts.rb
twitter_bootstrap-helpers-0.0.1 test/dummy/db/migrate/20120730030024_create_posts.rb
flushing-flash-0.4.2 test-dummies/dummy/db/migrate/20111105100343_create_posts.rb
flushing-flash-0.4.1 test/dummy/db/migrate/20111105100343_create_posts.rb
flushing-flash-0.3.0 test/dummy/db/migrate/20111105100343_create_posts.rb