Sha256: a40c0bc4c0bf52a2fa0ba4e868dc762c1684f8c95ac6d221101085b1aab63cbc
Contents?: true
Size: 718 Bytes
Versions: 5
Compression:
Stored size: 718 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 :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 :user_id t.string :user_name t.references :version t.references :licence t.references :author t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems