Sha256: 9d466fd80d8ff0b246550368efdb95624da2e81ebb30e95161cdc67de2f18591

Contents?: true

Size: 571 Bytes

Versions: 54

Compression:

Stored size: 571 Bytes

Contents

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

		create_table :phcscriptcdnpro_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.string :user_id
			t.string :membership_id
			t.string :oganization_id

			t.references :version

			t.timestamps

		end

	end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.0.2 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.0.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.0.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.6.6 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.6.5 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.6.4 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.6.3 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.6.2 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.6.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.6.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.10 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.9 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.8 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.7 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.6 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.5 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.4 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.3 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.2 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-4.5.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb