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-9.9.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.8.6 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.8.5 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.8.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.8.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.8.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.10 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.9 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.8 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.6 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.4 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.7.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.6.4 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.6.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.6.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.6.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-9.6.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb