Sha256: 2805ef3450ff2c799f79582a67d389d33a16577daf8cdba828201720cc512adf
Contents?: true
Size: 373 Bytes
Versions: 4
Compression:
Stored size: 373 Bytes
Contents
class CreatePhcscriptcdnproScriptExtensions < ActiveRecord::Migration[7.0] def change create_table :phcscriptcdnpro_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
4 entries across 4 versions & 1 rubygems