Sha256: 4350f4452ee528b05c36f20fd5667592b83c4f04dad0881264d96aa96ee776b2
Contents?: true
Size: 646 Bytes
Versions: 5
Compression:
Stored size: 646 Bytes
Contents
class CreatePhcscriptcdnproScriptListings < ActiveRecord::Migration[5.2] def change create_table :phcscriptcdnpro_script_listings do |t| t.string :script_title t.text :script_description t.string :script_source t.string :script_website t.string :script_github t.date :script_initial_release t.date :script_lastest_release t.date :script_beta_release t.date :script_lastest_release_cdn t.string :script_status t.string :slug t.string :user_id t.string :org_id t.references :licence t.references :author t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems