Sha256: 648c121c770fb597f52c38c409fbc63cd9ade76d7e5f8a322ea57b993424568e

Contents?: true

Size: 541 Bytes

Versions: 12

Compression:

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

			t.timestamps

		end
	end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcmemberspro-9.5.7 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.5.6 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.5.5 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.5.4 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.5.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.5.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.5.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.5.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.0.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.0.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.0.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-9.0.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb