Sha256: 5a40c4940907a2257c24e27677465203c664f31a52fac07c8174ab5e4903fdba
Contents?: true
Size: 379 Bytes
Versions: 7
Compression:
Stored size: 379 Bytes
Contents
class CreatePhcdevworksScriptsScriptExtensions < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_scripts_script_extensions do |t| t.string :script_extension_name t.string :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
7 entries across 7 versions & 1 rubygems