Sha256: 91b49730dac99eebbeb15711695c7e555b1695d6ad5d90b44ba0908ef78974f4
Contents?: true
Size: 674 Bytes
Versions: 30
Compression:
Stored size: 674 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 :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
30 entries across 30 versions & 1 rubygems