Sha256: 644be210ac96790f0fb8398caa285cfcf577ad63f9022a464f1d9420f7b2391b
Contents?: true
Size: 650 Bytes
Versions: 2
Compression:
Stored size: 650 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcmemberspro-18.0.1 | db/migrate/20160728231011_create_phcmemberspro_member_listings.rb |
phcmemberspro-18.0.0 | db/migrate/20160728231011_create_phcmemberspro_member_listings.rb |