Sha256: fbe97ba2e95aa53b1f400890b3991ca1907e33460934d24f389501c2a26f5a19

Contents?: true

Size: 449 Bytes

Versions: 5

Compression:

Stored size: 449 Bytes

Contents

# This migration comes from droom (originally 20120918121352)
class AddPostalAddressToPeople < ActiveRecord::Migration
  def change
    add_column :droom_people, :post_line1, :string
    add_column :droom_people, :post_line2, :string
    add_column :droom_people, :post_city, :string
    add_column :droom_people, :post_region, :string
    add_column :droom_people, :post_country, :string
    add_column :droom_people, :post_code, :string
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
droom-0.5.3 spec/dummy/db/migrate/20120921094605_add_postal_address_to_people.droom.rb
droom-0.4.3 spec/dummy/db/migrate/20120921094605_add_postal_address_to_people.droom.rb
droom-0.4.2 spec/dummy/db/migrate/20120921094605_add_postal_address_to_people.droom.rb
droom-0.4.1 spec/dummy/db/migrate/20120921094605_add_postal_address_to_people.droom.rb
droom-0.2.1 spec/dummy/db/migrate/20120921094605_add_postal_address_to_people.droom.rb