Sha256: 8b478b8abd26260cac94aa2ddb3894bec9e3eb8eb2e002f3c01aa22e6cc337f8

Contents?: true

Size: 619 Bytes

Versions: 12

Compression:

Stored size: 619 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.references :licence
			t.references :author

			t.timestamps

		end

	end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcscriptcdnpro-5.3.6 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.3.5 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.3.3 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.3.2 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.3.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.3.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.2.3 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.2.2 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.2.1 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.2.0 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.1.7 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb
phcscriptcdnpro-5.1.6 db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb