error_logs__t


Columns

Column Type Size Nulls Auto Default Children Parents Comments
__id int8 19 null
__cf bool 1 true
__start timestamptz 35,6 null
__source varchar 63 null
__origin varchar 63 ''::character varying
id uuid 2147483647 null
created_date timestamptz 35,6 null
job_execution_id uuid 2147483647 null
job_executions__t.id error_logs__t_job_execution_id_fkeyR
error_message_code varchar 34 null
log_level varchar 5 null

Indexes

Constraint Name Type Sort Column(s)
error_logs__t_pkey Primary key Asc __id
error_logs__t___origin_idx Performance Asc __origin
error_logs__t___source_idx Performance Asc __source
error_logs__t___start_idx Performance Asc __start
error_logs__t_created_date_idx Performance Asc created_date
error_logs__t_error_message_code_idx Performance Asc error_message_code
error_logs__t_id_idx Performance Asc id
error_logs__t_job_execution_id_idx Performance Asc job_execution_id
error_logs__t_log_level_idx Performance Asc log_level

Relationships