Sha256: f9725d410ab7f9fae77cbff29c254f137fbc0d135bfca434825231d45bb35ddc

Contents?: true

Size: 555 Bytes

Versions: 1

Compression:

Stored size: 555 Bytes

Contents

class CreateLocations < ActiveRecord::Migration[4.2]
  def change
    create_table :locations do |t|
      t.string :uid
      t.string :name
      t.boolean :corporate
      t.string :urn
      t.string :state
      t.string :city
      t.string :street_address
      t.string :postal_code
      t.string :domain
      t.string :city_slug
      t.string :phone_number
      t.string :neighborhood
      t.string :primary_amenity
      t.string :primary_landmark
      t.string :qualifier
      t.string :floor_plans

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_updatable-1.0.2.pre.1 spec/dummy/db/migrate/20140630175259_create_locations.rb