Sha256: 5f8c2c6fa892560615e1804313610836c2346c161f9588f32870c81926df2918
Contents?: true
Size: 565 Bytes
Versions: 66
Compression:
Stored size: 565 Bytes
Contents
class CreatePhcmembersproMembersBusinesses < ActiveRecord::Migration def change create_table :phcmemberspro_members_businesses do |t| t.string :mbcompanyname t.string :mbcontactname t.string :mbaddressl1 t.string :mbaddressl2 t.string :mbcity t.string :mbprovince t.string :mbcountry t.string :mbpostalcode t.string :mbphone t.string :mbcontactemail t.string :mbwebsite 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