Sha256: f73468879ffb6e257179f85300d0e7e78d6e4aa9f6897850cd798759957bcdbe
Contents?: true
Size: 312 Bytes
Versions: 3
Compression:
Stored size: 312 Bytes
Contents
class CreatePhcdevworksScriptsScriptVersions < ActiveRecord::Migration[7.0] def change create_table :phcdevworks_scripts_script_versions do |t| t.string :script_version_number t.string :slug t.string :user_id t.string :org_id t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems