log_entry


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
le_id uuid 2147483647 null
version int8 19 null
le_message varchar 116 null
le_origin uuid 2147483647 null
kbart_import_job.id log_entry_le_origin_fkeyR
persistent_job.id log_entry_le_origin_fkey1R
single_file_attachment.id log_entry_le_origin_fkey2R
le_datecreated timestamp 29,6 null
le_type varchar 5 null

Indexes

Constraint Name Type Sort Column(s)
log_entry_pkey Primary key Asc __id
log_entry___origin_idx Performance Asc __origin
log_entry___source_idx Performance Asc __source
log_entry___start_idx Performance Asc __start
log_entry_le_datecreated_idx Performance Asc le_datecreated
log_entry_le_id_idx Performance Asc le_id
log_entry_le_message_idx Performance Asc le_message
log_entry_le_origin_idx Performance Asc le_origin
log_entry_le_type_idx Performance Asc le_type
log_entry_version_idx Performance Asc version

Relationships