Sha256: ff62a8bc5b8df1bb116fdca4930281b395dcff0fa7e1e4d00ca53e544b5372ea

Contents?: true

Size: 160 Bytes

Versions: 10

Compression:

Stored size: 160 Bytes

Contents

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

      t.timestamps null: false
    end
  end
end

Version data entries

10 entries across 10 versions & 3 rubygems

Version Path
categorical-0.0.10 test/dummy/db/migrate/20151003185718_create_posts.rb
categorical-0.0.9.1 test/dummy/db/migrate/20151003185718_create_posts.rb
categorical-0.0.9 test/dummy/db/migrate/20151003185718_create_posts.rb
categorical-0.0.9.rc test/dummy/db/migrate/20151003185718_create_posts.rb
categorical-0.0.8.rc test/dummy/db/migrate/20151003185718_create_posts.rb
categorical-0.0.6.rc test/dummy/db/migrate/20151003185718_create_posts.rb
vitals-0.4.0 integration/multiverse/rails42_app/db/migrate/20160321140358_create_posts.rb
vitals-0.3.0 integration/multiverse/rails42_app/db/migrate/20160321140358_create_posts.rb
categorical-0.0.4 test/dummy/db/migrate/20151003185718_create_posts.rb
greenin-1.1.0 spec/dummy/db/migrate/20150224174059_create_posts.rb