Sha256: 123e571cfb6ae3bb5901b3462a834d7d8c63ec3dccc78a03ca9c3c933261a9f9

Contents?: true

Size: 488 Bytes

Versions: 18

Compression:

Stored size: 488 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 :scriptwebsite
			t.string :scripttwitter
			t.string :scriptgithub


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

			t.string :scriptstatus

			t.references :version

			t.timestamps

		end

	end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
phcscriptcdn-3.3.3 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.3.2 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.3.1 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.3.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.2.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.1.5 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.1.4 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.1.3 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.1.2 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.1.1 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.1.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.0.7 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.0.6 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.0.5 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.0.4 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.0.2 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.0.1 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb
phcscriptcdn-3.0.0 db/migrate/20160731205917_create_phcscriptcdn_script_listings.rb