Sha256: e5672f18b510fe68d8060d27d49b6fa13ae46c111cae4ed690a1f433c9dc2325
Contents?: true
Size: 763 Bytes
Versions: 2
Compression:
Stored size: 763 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 :slug 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcscriptcdnpro-8.0.1 | db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb |
phcscriptcdnpro-8.0.0 | db/migrate/20160821183652_create_phcscriptcdnpro_script_listings.rb |