Skip to content

Errors ignored

errors_ignored

  • Schema: public
  • PK: error_id (uuid)
  • TTL: 7 days (row_expiration_time defaults to now() + 7 days)

Columns

Column Type Nullable Default Notes
error_id uuid NO PK
created_at timestamp YES now()
timestamp timestamp YES now()
base_id uuid YES
app_id text NO
internal_table_id text YES
internal_rec_id uuid NO
trigger_action text YES
is_in_process bool YES false
raw_internal_column_id varchar YES
error varchar YES
created_by varchar YES
row_expiration_time timestamptz YES now() + interval '7 days' TTL column

Key indexes

  • errors_ignored_pk — primary key on error_id