Sha256: b684c8cb85586031de107535335eb629fb620696a2bc9ebddd90ac3badc9bbab
Contents?: true
Size: 493 Bytes
Versions: 15
Compression:
Stored size: 493 Bytes
Contents
class CreatePhcmembersMembersContacts < ActiveRecord::Migration def change create_table :phcmembers_members_contacts do |t| t.string :mccontactname t.string :mccompanyname t.string :mcaddressl1 t.string :mcaddressl2 t.string :mccity t.string :mcprovince t.string :mccountry t.string :mcpostalcode t.string :mcphone t.string :mcemail t.string :mctype t.references :main, index: true t.integer :account_id t.timestamps null: false end end end
Version data entries
15 entries across 15 versions & 2 rubygems