Sha256: b82713d87ff07f59d5c7e236b5f0f496f98df1d1c5464a04cad74040e09eb0bd
Contents?: true
Size: 499 Bytes
Versions: 110
Compression:
Stored size: 499 Bytes
Contents
class CreatePhcmembersproMembersContacts < ActiveRecord::Migration def change create_table :phcmemberspro_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
110 entries across 110 versions & 1 rubygems