class CreatePhcmembersproMemberAddresses < ActiveRecord::Migration[5.0] def change create_table :phcmemberspro_member_addresses do |t| t.string :mcaddressl1 t.string :mcaddressl2 t.string :mccity t.string :mcprovince t.string :mccountry t.string :mcpostalcode t.string :mctype t.references :profile t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end