Sha256: 8eec3d10c0ac4a46b976f54453396bb86dde001cc5997e5d552164cdf3579edd
Contents?: true
Size: 567 Bytes
Versions: 60
Compression:
Stored size: 567 Bytes
Contents
class CreatePhcmembersproMemberListings < ActiveRecord::Migration[5.0] 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 :user_id t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
60 entries across 60 versions & 1 rubygems