Sha256: c5d95395678c833f5b91f9cf9516b7b99dd6d445cc6185e2ae4efc00d0f7becd
Contents?: true
Size: 373 Bytes
Versions: 6
Compression:
Stored size: 373 Bytes
Contents
class CreatePhcscriptcdnproScriptExtensions < ActiveRecord::Migration[5.2] 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
6 entries across 6 versions & 1 rubygems