Sha256: 2b811917444a60ab168047999951e4f83842bd859fccee3edd3c3d429e7a95bf

Contents?: true

Size: 341 Bytes

Versions: 4

Compression:

Stored size: 341 Bytes

Contents

class CreatePhcscriptcdnScriptcdnUrls < ActiveRecord::Migration[5.0]
	def change

		create_table :phcscriptcdn_scriptcdn_urls do |t|

			t.string :scripturl
			t.string :scripturlext

			t.references :main, index: true

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

			t.timestamps null: false
		end

	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-2.0.4 db/migrate/20160704011123_create_phcscriptcdn_scriptcdn_urls.rb
phcscriptcdn-2.0.3 db/migrate/20160704011123_create_phcscriptcdn_scriptcdn_urls.rb
phcscriptcdn-2.0.1 db/migrate/20160704011123_create_phcscriptcdn_scriptcdn_urls.rb
phcscriptcdn-2.0.0 db/migrate/20160704011123_create_phcscriptcdn_scriptcdn_urls.rb