Sha256: 0dfa7044be3d084e1353ac3cc38ccae8c42c8e85922c6c1254af64c986d70b0e
Contents?: true
Size: 691 Bytes
Versions: 10
Compression:
Stored size: 691 Bytes
Contents
class CreatePhcscriptcdnScriptListings < ActiveRecord::Migration[5.2] 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.references :version t.references :licence t.references :author t.string :slug t.string :user_id t.string :user_name t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems