Sha256: b82713d87ff07f59d5c7e236b5f0f496f98df1d1c5464a04cad74040e09eb0bd

Contents?: true

Size: 499 Bytes

Versions: 110

Compression:

Stored size: 499 Bytes

Contents

class CreatePhcmembersproMembersContacts < ActiveRecord::Migration
	def change
		create_table :phcmemberspro_members_contacts do |t|

			t.string :mccontactname
			t.string :mccompanyname
			t.string :mcaddressl1
			t.string :mcaddressl2
			t.string :mccity
			t.string :mcprovince
			t.string :mccountry
			t.string :mcpostalcode
			t.string :mcphone
			t.string :mcemail

			t.string :mctype
			t.references :main, index: true
			t.integer :account_id

			t.timestamps null: false

		end
	end
end

Version data entries

110 entries across 110 versions & 1 rubygems

Version Path
phcmemberspro-1.7.0 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.6.5 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.6.3 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.5.8 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.5.7 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.5.6 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.5.5 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.0.6 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.0.5 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb
phcmemberspro-1.0.3 db/migrate/20160227194651_create_phcmemberspro_members_contacts.rb