Table: field_default_override
Ce contenu n’est pas encore disponible dans votre langue.
Connected to
Section titled “Connected to”This table references:
field_definition(id) via columnfield_idteams(id) via columnteam_id
Columns
Section titled “Columns”| Column | Type | Nullable | Notes |
|---|---|---|---|
field_id | uuid | no | References field_definition(id) |
team_id | uuid | no | References teams(id) |
default_value | jsonb | no | — |
created_at | timestamp | no | Default now() |
updated_at | timestamp | no | Default now() |
updated_by_user_ref | bigint | yes | — |
Full DDL
Section titled “Full DDL”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.