Sha256: f133ac681339c6e2bad22d5409f86007e8fc21682887c79357c4672d042418e4

Contents?: true

Size: 155 Bytes

Versions: 47

Compression:

Stored size: 155 Bytes

Contents

class CreateLocations < ActiveRecord::Migration
  def change
    create_table :locations do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

47 entries across 47 versions & 3 rubygems

Version Path
alchemy_cms-2.6.2.1 spec/dummy/db/migrate/20130328101418_create_locations.rb
alchemy_cms-2.6.2 spec/dummy/db/migrate/20130328101418_create_locations.rb
alchemy_cms-2.6.1 spec/dummy/db/migrate/20130328101418_create_locations.rb
alchemy_cms-2.6.0 spec/dummy/db/migrate/20130328101418_create_locations.rb
acts-as-taggable-on-dynamic-0.0.3 samples/demo-plain/db/migrate/20130430094229_create_locations.rb
alchemy_cms-2.6.0.rc5 spec/dummy/db/migrate/20130328101418_create_locations.rb
acts-as-taggable-on-dynamic-0.0.2 samples/demo-plain/db/migrate/20130430094229_create_locations.rb