Sha256: 87c16bddb2e19949b01b8a80ff345d48f46d6cf8fd8e6b6e60c5bd73436a1042

Contents?: true

Size: 322 Bytes

Versions: 18

Compression:

Stored size: 322 Bytes

Contents

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

		create_table :phcscriptcdn_script_urls do |t|

			t.string :scripturl
			t.date :scripturlrelease
			t.date :scripturlcdnupdate

			t.references :listing
			t.references :version
			t.references :extension

			t.timestamps


		end

	end
end

Version data entries

18 entries across 18 versions & 1 rubygems

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