Sha256: ac496474dc56027e51adcec723d5fd439deb36adf3ad694fa42c09b6edcc6258
Contents?: true
Size: 694 Bytes
Versions: 36
Compression:
Stored size: 694 Bytes
Contents
class CreatePhcscriptcdnproScriptListings < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdnpro_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 :slug t.string :user_id t.string :org_id t.references :version t.references :licence t.references :author t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems