Sha256: 2b50ad3b51ce146aa5a0d07350b9ca2ee5fb7dcab307c77158b2ea0409a3d6fa
Contents?: true
Size: 403 Bytes
Versions: 14
Compression:
Stored size: 403 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.integer :account_id t.timestamps null: false end end end
Version data entries
14 entries across 14 versions & 1 rubygems