Sha256: 4d81eccc6e9b02a385c237471fd17b0cd871f62a4babef6b783abf5acf32d118

Contents?: true

Size: 612 Bytes

Versions: 1

Compression:

Stored size: 612 Bytes

Contents

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

		create_table :phcscriptcdn_script_listings do |t|

			t.string :scripttitle
			t.text :scriptdescription
			t.string :descriptionsource

			t.string :scriptwebsite
			t.string :scripttwitter
			t.string :scriptgithub

			t.date :scriptinitialrelease
			t.date :scriptlastestrelease
			t.date :scriptbetarelease
			t.date :scriptlastestreleasecdn

			t.string :scriptstatus

			t.string :user_id
			t.string :user_name

			t.references :version
			t.references :licence
			t.references :author

			t.timestamps

		end

	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
phcscriptcdn-4.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb