Sha256: 7f8bd88eb092eb37c722f0210e29e7ef2a92dfea44d061ca6874c59103cd8c9f
Contents?: true
Size: 448 Bytes
Versions: 17
Compression:
Stored size: 448 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.references :main, index: true t.timestamps null: false end end end
Version data entries
17 entries across 17 versions & 1 rubygems