Sha256: 94400927087d2cf08762b8d9d7b5987b6e67deab62d08f4cf6ef5253d7763ef8

Contents?: true

Size: 157 Bytes

Versions: 33

Compression:

Stored size: 157 Bytes

Contents

class CreateCategories < ActiveRecord::Migration
  def change
    create_table :categories do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

33 entries across 33 versions & 6 rubygems

Version Path
dbview_cti-0.2.2 spec/dummy-rails-3/db/migrate/20130816022112_create_categories.rb
restspec-0.3.2 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.3.1 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.3.0 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.2.6 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.2.5 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.2.4 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.2.3 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.2.2 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.2.1 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.2 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.1 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.0.4 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.0.3 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.0.2 examples/store-api/db/migrate/20141205171104_create_categories.rb
restspec-0.0.1 examples/store-api/db/migrate/20141205171104_create_categories.rb
dbview_cti-0.2.1 spec/dummy-rails-3/db/migrate/20130816022112_create_categories.rb
power_resource-0.0.3 spec/dummy/db/migrate/20130916174608_create_categories.rb
dbview_cti-0.2.0 spec/dummy-rails-3/db/migrate/20130816022112_create_categories.rb
dbview_cti-0.1.5 spec/dummy-rails-3/db/migrate/20130816022112_create_categories.rb