Sha256: ec8c059eecf7f1dece95400c14917cf763c6314df1e53d4e9485315833a85946

Contents?: true

Size: 175 Bytes

Versions: 3

Compression:

Stored size: 175 Bytes

Contents

class CreatePosts < ActiveRecord::Migration
  def change
    create_table :posts do |t|
      t.string :title
      t.string :intro
      t.string :accepted
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bootstrap_validator_rails-0.6.0 test/dummy/db/migrate/20140723124112_create_posts.rb
bootstrap_validator_rails-0.5.1 test/dummy/db/migrate/20140723124112_create_posts.rb
bootstrap_validator_rails-0.5.0 test/dummy/db/migrate/20140723124112_create_posts.rb