Sha256: f6f32be7a2d6e5e6acd392e56e2a9f1442db9dddc8df637dd2820f3d16182928

Contents?: true

Size: 387 Bytes

Versions: 6

Compression:

Stored size: 387 Bytes

Contents

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

6 entries across 6 versions & 1 rubygems

Version Path
droom-0.5.3 db/migrate/20120918121352_add_postal_address_to_people.rb
droom-0.4.3 db/migrate/20120918121352_add_postal_address_to_people.rb
droom-0.4.2 db/migrate/20120918121352_add_postal_address_to_people.rb
droom-0.4.1 db/migrate/20120918121352_add_postal_address_to_people.rb
droom-0.2.1 db/migrate/20120918121352_add_postal_address_to_people.rb
droom-0.0.1 db/migrate/20120918121352_add_postal_address_to_people.rb