Skip to content

Table: role_capabilities

This table references:

ColumnTypeNullableNotes
role_iduuidnoReferences roles(id)
capability_codetextnoReferences capabilities(code)
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.