Table: system_config
Esta página aún no está disponible en tu idioma.
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
key | text | no | — |
value | jsonb | no | Default '{}'::jsonb |
updated_at | timestamp | no | Default now() |
Full DDL
Section titled “Full DDL”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.