Sha256: 09257a0e10184337b194120037d2ff366598f3e3ebe0f50651c06edfa1f3ba32

Contents?: true

Size: 674 Bytes

Versions: 38

Compression:

Stored size: 674 Bytes

Contents

class CreatePhcmembersproMemberListings < ActiveRecord::Migration[5.1]
  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 :slug

      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps

    end
  end
end

Version data entries

38 entries across 38 versions & 1 rubygems

Version Path
phcmemberspro-22.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-21.3.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-21.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-21.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.5.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.5.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.5.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.4.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.3.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.3.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.2.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.2.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.0.4 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.0.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.0.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-20.0.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb