Sha256: 8eec3d10c0ac4a46b976f54453396bb86dde001cc5997e5d552164cdf3579edd

Contents?: true

Size: 567 Bytes

Versions: 60

Compression:

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

60 entries across 60 versions & 1 rubygems

Version Path
phcmemberspro-11.7.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.6.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.6.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.6.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.6.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.5.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.5.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.5.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.5.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.4.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.4.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.3.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.3.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.3.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.2.4 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.2.3 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.2.2 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.2.1 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.2.0 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb
phcmemberspro-11.1.6 db/migrate/20160728231011_create_phcmemberspro_member_listings.rb