Sha256: a065a6103c606481612f900675addb033f15b0fa51eddab27fcc9b3d80b39328
Contents?: true
Size: 377 Bytes
Versions: 12
Compression:
Stored size: 377 Bytes
Contents
class CreatePhcdevworksScriptsScriptExtensions < ActiveRecord::Migration[6.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
12 entries across 12 versions & 1 rubygems