Sha256: 673bc4e0935e12a63edc35f602f28ebf49c59a963e6b85f4f8b15ccab6aafbef

Contents?: true

Size: 148 Bytes

Versions: 91

Compression:

Stored size: 148 Bytes

Contents

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

      t.timestamps
    end
  end
end

Version data entries

91 entries across 91 versions & 15 rubygems

Version Path
listings-0.1.15 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.14 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.13 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.12 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.11 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.10 spec/dummy/db/migrate/20130618143317_create_posts.rb
monkey_emoji-1.0.2 test/dummy/db/migrate/20151105091149_create_posts.rb
listings-0.1.8 spec/dummy/db/migrate/20130618143317_create_posts.rb
neutral-0.0.10 spec/dummy/db/migrate/20170101120005_create_posts.rb
neutral-0.0.9 spec/dummy/db/migrate/20170101120005_create_posts.rb
neutral-0.0.8 spec/dummy/db/migrate/20170101120005_create_posts.rb
listings-0.1.7 spec/dummy/db/migrate/20130618143317_create_posts.rb
monkey_emoji-1.0.1 test/dummy/db/migrate/20151105091149_create_posts.rb
listings-0.1.6 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.5 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.4 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.1.0 spec/dummy/db/migrate/20130618143317_create_posts.rb
listings-0.0.3 spec/dummy/db/migrate/20130618143317_create_posts.rb
acts_as_commentable_more-1.1.0 test/dummy/db/migrate/20150113045806_create_posts.rb
acts_as_commentable_more-1.0.0 test/dummy/db/migrate/20150113045806_create_posts.rb