Sha256: 67019ca249069325b1a7605fb0a5d5846112711b0744ad68134d246f0a6ab513

Contents?: true

Size: 311 Bytes

Versions: 1

Compression:

Stored size: 311 Bytes

Contents

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

		create_table :phcscriptcdn_script_extensions do |t|

			t.string :scriptextensionname
			t.text :scriptextensiondes
			t.string :scriptextension

			t.string :user_id
			t.string :user_name

			t.timestamps

		end

	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdn-4.0.0 db/migrate/20160731205205_create_phcscriptcdn_script_extensions.rb