Sha256: 09257a0e10184337b194120037d2ff366598f3e3ebe0f50651c06edfa1f3ba32
Contents?: true
Size: 674 Bytes
Versions: 38
Compression:
Stored size: 674 Bytes
Contents
class CreatePhcmembersproMemberListings < ActiveRecord::Migration[5.1] def change create_table :phcmemberspro_member_listings 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 :profile t.string :slug t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
38 entries across 38 versions & 1 rubygems