Aller au contenu

Table: system_config

Ce contenu n’est pas encore disponible dans votre langue.

ColumnTypeNullableNotes
keytextno
valuejsonbnoDefault '{}'::jsonb
updated_attimestampnoDefault now()
CREATE TABLE public.system_config (
key text NOT NULL,
value jsonb DEFAULT '{}'::jsonb NOT NULL,
updated_at timestamp with time zone DEFAULT now() NOT NULL
);

Please see the schema overview for context. This document was last regenerated on 2026-07-26T08:25:29.520Z.