Sha256: 6eccbf7e32fd3b7282b92d83db655cbba9683f9372b4a3d699e8d1e6672365fb

Contents?: true

Size: 416 Bytes

Versions: 58

Compression:

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

			t.timestamps

		end
	end
end

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
phcmemberspro-14.0.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-14.0.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-14.0.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-14.0.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.6.6 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.6.5 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.6.4 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.6.3 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.6.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.6.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.6.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.5.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.5.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.4.2 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.4.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.4.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.2.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.2.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.1.1 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb
phcmemberspro-13.1.0 db/migrate/20160728231036_create_phcmemberspro_member_profiles.rb