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
polymorphic_render-0.1.1 test/dummy/db/migrate/20140303085238_create_posts.rb
polymorphic_render-0.1.0 test/dummy/db/migrate/20140303085238_create_posts.rb
chili-4.0.1 spec/example_app/db/migrate/20120513023816_create_posts.rb
chili-4.0.0 spec/example_app/db/migrate/20120513023816_create_posts.rb
seems_rateable-2.0.0 spec/dummy/db/migrate/20140506144141_create_posts.rb
mute_updated_at-0.0.2 test/dummy/db/migrate/20140603125749_create_posts.rb
mute_updated_at-0.0.1 test/dummy/db/migrate/20140603125749_create_posts.rb
middleware_autocomplete-0.1.3 test/dummy/db/migrate/20140414220337_create_posts.rb
middleware_autocomplete-0.1.2 test/dummy/db/migrate/20140414220337_create_posts.rb
middleware_autocomplete-0.1.1 test/dummy/db/migrate/20140414220337_create_posts.rb
middleware_autocomplete-0.1.0 test/dummy/db/migrate/20140414220337_create_posts.rb
polymorphic_render-0.0.1 test/dummy/db/migrate/20140303085238_create_posts.rb
neutral-0.0.7 spec/dummy/db/migrate/20140110214145_create_posts.rb
neutral-0.0.6 spec/dummy/db/migrate/20140110214145_create_posts.rb
neutral-0.0.5 spec/dummy/db/migrate/20140110214145_create_posts.rb
neutral-0.0.4 spec/dummy/db/migrate/20140110214145_create_posts.rb
neutral-0.0.3 spec/dummy/db/migrate/20140110214145_create_posts.rb
neutral-0.0.2 spec/dummy/db/migrate/20140110214145_create_posts.rb
neutral-0.0.1 spec/dummy/db/migrate/20140110214145_create_posts.rb
chili-3.1.1 spec/example_app/db/migrate/20120513023816_create_posts.rb