Sha256: 648c121c770fb597f52c38c409fbc63cd9ade76d7e5f8a322ea57b993424568e
Contents?: true
Size: 541 Bytes
Versions: 12
Compression:
Stored size: 541 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
12 entries across 12 versions & 1 rubygems