Aller au contenu

Table: field_default_override

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

This table references:

ColumnTypeNullableNotes
field_iduuidnoReferences field_definition(id)
team_iduuidnoReferences teams(id)
default_valuejsonbno
created_attimestampnoDefault now()
updated_attimestampnoDefault now()
updated_by_user_refbigintyes
CREATE TABLE public.field_default_override (
field_id uuid NOT NULL,
team_id uuid NOT NULL,
default_value jsonb NOT NULL,
created_at timestamp with time zone DEFAULT now() 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.