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

Version Path
phcmemberspro-14.7.4 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.7.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.7.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.7.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.7.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.6.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.6.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.6.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.6.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.5.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb