Table: site_text
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”This table references:
user(ref) via columnupdated_by_user_ref
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
key | text | no | — |
language | text | no | — |
value | text | no | — |
updated_at | timestamp | no | Default now() |
updated_by_user_ref | bigint | yes | References user(ref) |
Full DDL
Section titled “Full DDL”CREATE TABLE public.site_text ( key text NOT NULL, language text NOT NULL, value text NOT NULL, updated_at timestamp with time zone DEFAULT now() NOT NULL, updated_by_user_ref bigint);Please see the schema overview for context. This document was last regenerated on 2026-09-23T03:23:00.434Z.