Sha256: 10ccb9f5ae9cec1a40397fe5bbd6276802972c98ed26362b5865685fd5dc2bc4

Contents?: true

Size: 591 Bytes

Versions: 58

Compression:

Stored size: 591 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

58 entries across 58 versions & 1 rubygems

Version Path
phcmemberspro-14.0.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.0.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.0.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-14.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.6.6 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.6.5 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.6.4 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.6.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.6.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.6.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.6.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.5.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.5.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.4.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.4.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.4.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.2.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.1.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-13.1.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb