Sha256: dc5908587126a68eaa1896a3ce8f2d439a06ca26ba29d72b046804f1b24d35f7
Contents?: true
Size: 787 Bytes
Versions: 12
Compression:
Stored size: 787 Bytes
Contents
class CreatePhcdevworksScriptsScriptListings < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_scripts_script_listings do |t| t.string :script_listing_title t.text :script_listing_description t.string :script_listing_script_source t.string :script_listing_script_website t.string :script_listing_script_repo t.string :script_listing_script_status t.date :script_listing_script_initial_release t.date :script_listing_script_lastest_release t.date :script_listing_script_beta_release t.date :script_listing_script_lastest_release_cdn t.string :optimization_id t.string :slug t.string :user_id t.string :org_id t.references :author t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems