Sha256: dfef64cf108b1db60c74c0148b6ae9f47d1c7d2092d9bf64ada7e872d54da43a
Contents?: true
Size: 455 Bytes
Versions: 66
Compression:
Stored size: 455 Bytes
Contents
class CreatePhcmembersproMembersContacts < ActiveRecord::Migration def change create_table :phcmemberspro_members_contacts 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 :main, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
66 entries across 66 versions & 1 rubygems