class CreatePhccodesnipperproScriptUrls < ActiveRecord::Migration[7.0] def change create_table :phccodesnipperpro_script_urls do |t| t.string :script_url t.string :slug t.string :user_id t.string :org_id t.references :snippet t.timestamps end end end