Sha256: fc77b2d3cf8be7b93afa3183218672824a75beb94d005aee18b053f8f9e9b82e

Contents?: true

Size: 650 Bytes

Versions: 3

Compression:

Stored size: 650 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 :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcmemberspro-20.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-19.0.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-19.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb