Sha256: 614898e32983fdc29a174775de673f92ee5724e6e518c382a02b5b340257e680
Contents?: true
Size: 735 Bytes
Versions: 6
Compression:
Stored size: 735 Bytes
Contents
class CreatePhcscriptcdnproScriptListings < ActiveRecord::Migration[5.0] 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 :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.references :version t.references :licence t.references :author t.timestamps end end end
Version data entries
6 entries across 6 versions & 1 rubygems