Sha256: 2e5b7c2b65d2023b5aca50c68ccb45246399cb95bc80e3dbc13b6f8376d0467f
Contents?: true
Size: 816 Bytes
Versions: 3
Compression:
Stored size: 816 Bytes
Contents
class CreatePhcdevworksScriptsScriptListings < ActiveRecord::Migration[7.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
3 entries across 3 versions & 1 rubygems