Sha256: ac9abf6fc494af9e7d6a3233236988660c28a3527ea16905e92eb0891479e130

Contents?: true

Size: 322 Bytes

Versions: 65

Compression:

Stored size: 322 Bytes

Contents

class CreatePhcpressproModulesConnections < ActiveRecord::Migration[5.0]
	def change
		create_table :phcpresspro_modules_connections do |t|

			t.references :post
			t.references :category

			t.string :user_id
			t.string :user_name
			t.string :membership_id
			t.string :oganization_id

			t.timestamps

		end
	end
end

Version data entries

65 entries across 65 versions & 1 rubygems

Version Path
phcpresspro-5.6.2 db/migrate/20160719221205_create_phcpresspro_modules_connections.rb
phcpresspro-5.6.1 db/migrate/20160719221205_create_phcpresspro_modules_connections.rb
phcpresspro-5.6.0 db/migrate/20160719221205_create_phcpresspro_modules_connections.rb
phcpresspro-5.5.8 db/migrate/20160719221205_create_phcpresspro_modules_connections.rb
phcpresspro-5.5.7 db/migrate/20160719221205_create_phcpresspro_modules_connections.rb