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.7.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.6.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.6.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.6.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.6.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.5.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.5.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.5.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.5.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.4.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.4.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.3.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.3.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.3.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.2.4 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.2.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.2.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.2.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.2.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-11.1.6 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb