Sha256: df7ef53889c7848c51399b0925289371ebe01f57c86c35f200fd82a06ec184b6

Contents?: true

Size: 392 Bytes

Versions: 60

Compression:

Stored size: 392 Bytes

Contents

class CreatePhcmembersproMemberProfiles < ActiveRecord::Migration[5.0]
	def change
		create_table :phcmemberspro_member_profiles do |t|

			t.string :mfirstname
			t.string :mlastname
			t.string :mtitle
			t.string :memail
			t.string :mphone
			t.string :mnotes

			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.1.5 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.1.4 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.1.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.1.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.1.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.0.9 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.0.8 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.0.7 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.0.6 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.0.5 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-10.0.7 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-10.0.5 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-10.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-10.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.9.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.9.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.9.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb