Table: capabilities
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”Referenced by:
resource_request— columnrequested_capabilityrole_capabilities— columncapability_codeuser_capability_grants— columncapability_codeuser_capability_revokes— columncapability_codeworkflow_transitions— columnrequired_capability
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
code | text | no | — |
description | text | no | Default ''::text |
created_at | timestamp | no | Default now() |
required_license_feature | text | yes | — |
Full DDL
Section titled “Full DDL”CREATE TABLE public.capabilities ( code text NOT NULL, description text DEFAULT ''::text NOT NULL, created_at timestamp with time zone DEFAULT now() NOT NULL, required_license_feature text);Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.