Sha256: f7ba588adb033f73651cbeaa91027fbad04e5905208339627085744cf4741825

Contents?: true

Size: 185 Bytes

Versions: 18

Compression:

Stored size: 185 Bytes

Contents

class CreateRestaurants < ActiveRecord::Migration
  def change
    create_table :restaurants do |t|
      t.string :name
      t.string :client_uid
      t.timestamps
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
g5_updatable-0.20.3.pre.1 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.10.3 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.10.2 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.10.1 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.10.0 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.9.0 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.8.0 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.7.2 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.7.1 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.7.0 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.6.1 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.6.0 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.5.1 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.5.0 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.4.3 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.4.2 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.4.1 spec/dummy/db/migrate/20141222072623_create_restaurants.rb
g5_updatable-0.4.0 spec/dummy/db/migrate/20141222072623_create_restaurants.rb