Sha256: a9122a969857ffbff2a855578207ef37da6bb06664c71469034e350b1c4a55d3
Contents?: true
Size: 394 Bytes
Versions: 3
Compression:
Stored size: 394 Bytes
Contents
class CreatePhcdevworksScriptsScriptExtensions < ActiveRecord::Migration[7.0] def change create_table :phcdevworks_scripts_script_extensions do |t| t.string :script_extension_name t.text :script_extension_description t.string :script_extension 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