Skip to content

Errors

errors

  • Schema: public
  • PK: (app_id, internal_rec_id) — composite

Columns

Column Type Nullable Default Notes
error_id uuid YES gen_random_uuid()
timestamp timestamp YES now()
base_id uuid YES
app_id text NO Part of PK
internal_table_id text YES
internal_rec_id uuid NO Part of PK
raw_internal_column_id_backup jsonb YES Legacy backup field
trigger_action text YES
error_backup jsonb YES Legacy backup field
is_in_process bool YES false
raw_internal_column_id varchar YES
error varchar YES

Key indexes

  • errors_pk — primary key on (app_id, internal_rec_id)
  • errors_base_id_idx — on base_id