Sha256: fc36829e1d2db54e4d114cf1926b9a7b96290e25f7dac5054ca761a20f117d1e
Contents?: true
Size: 694 Bytes
Versions: 18
Compression:
Stored size: 694 Bytes
Contents
class CreatePhcscriptcdnproScriptListings < ActiveRecord::Migration[5.1] 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
18 entries across 18 versions & 1 rubygems