Sha256: 6aad08b0b4f5e9f98ee7b7e055dad13433dce18f8da8880367b9ec7f00516952

Contents?: true

Size: 276 Bytes

Versions: 7

Compression:

Stored size: 276 Bytes

Contents

class AddSecondAddressToUser < ActiveRecord::Migration
  def change

    add_column :users, :address2_street, :string
    add_column :users, :address2_city,   :string
    add_column :users, :address2_state,  :string
    add_column :users, :address2_zip,    :string

  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyper-mesh-0.6.0 reactive_record_test_app/db/migrate/20150917220236_add_second_address_to_user.rb
hyper-mesh-0.5.4 reactive_record_test_app/db/migrate/20150917220236_add_second_address_to_user.rb
hyper-mesh-0.5.3 reactive_record_test_app/db/migrate/20150917220236_add_second_address_to_user.rb
hyper-mesh-0.5.2 reactive_record_test_app/db/migrate/20150917220236_add_second_address_to_user.rb
hyper-mesh-0.5.1 reactive_record_test_app/db/migrate/20150917220236_add_second_address_to_user.rb
hyper-mesh-0.5.0 reactive_record_test_app/db/migrate/20150917220236_add_second_address_to_user.rb
hyper-mesh-0.4.0 reactive_record_test_app/db/migrate/20150917220236_add_second_address_to_user.rb