Sha256: 6cd716252fb5661bd03a541da597cc1dab7214519c030079fb9cccdc93a7f82f
Contents?: true
Size: 716 Bytes
Versions: 14
Compression:
Stored size: 716 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
14 entries across 14 versions & 1 rubygems