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-32.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-31.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-30.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-29.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-29.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-29.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-28.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-27.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-27.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-27.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-26.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-25.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-25.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-24.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-24.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-24.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-23.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-23.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-22.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-22.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb