- `id` (uuid, primary key) - Unique identifier for each audit log entry - `clinic_id` (uuid, not null) - Reference to the clinic where the action occurred - `user_id` (uuid, not null) - Reference to ...
CREATE INDEX idx_command_logs_name ON command_usage_logs(command_name); CREATE INDEX idx_command_logs_timestamp ON command_usage_logs(execution_timestamp DESC ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results