Table: role_capabilities
Connected to
Section titled “Connected to”This table references:
roles(id) via columnrole_idcapabilities(code) via columncapability_code
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
role_id | uuid | no | References roles(id) |
capability_code | text | no | References capabilities(code) |
Full DDL
Section titled “Full DDL”CREATE TABLE public.role_capabilities ( role_id uuid NOT NULL, capability_code text NOT NULL);Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.