Sha256: d9304e2f5cf4bf035410354d11926eb697e6a5aac72b2c415f9ed87e33514475

Contents?: true

Size: 278 Bytes

Versions: 4

Compression:

Stored size: 278 Bytes

Contents

class CreatePhcscriptcdnScriptcdnScripts < ActiveRecord::Migration
	def change
		create_table :phcscriptcdn_scriptcdn_scripts do |t|

			t.string :scrptname
			t.text :scrptdescription
			
			t.references :scriptversion, index: true

			t.timestamps null: false

		end
	end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcscriptcdn-0.9.5 db/migrate/20160222025658_create_phcscriptcdn_scriptcdn_scripts.rb
phcscriptcdn-0.9.3 db/migrate/20160222025658_create_phcscriptcdn_scriptcdn_scripts.rb
phcscriptcdn-0.9.2 db/migrate/20160222025658_create_phcscriptcdn_scriptcdn_scripts.rb
phcscriptcdn-0.9.1 db/migrate/20160222025658_create_phcscriptcdn_scriptcdn_scripts.rb