Sha256: 5e4885400ffca558523f7dc59823c5ff51278a824bdb9f092bc1442ac045c407

Contents?: true

Size: 301 Bytes

Versions: 10

Compression:

Stored size: 301 Bytes

Contents

class CreateDestinations < ActiveRecord::Migration
  def change
    create_table :destinations do |t|
      t.string :address1
      t.string :address2
      t.string :city
      t.string :state
      t.string :zip
      t.string :phone
      t.integer :order_id

      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
hashbrowns-0.2.5 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.2.4 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.2.3 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.2.2 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.2.1 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.2.0 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.1.6 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.1.5 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.1.4 example/db/migrate/20121102165208_create_destinations.rb
hashbrowns-0.1.3 example/db/migrate/20121102165208_create_destinations.rb