record_entry

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('serial.record_entry_id_seq'::regclass)
distribution.record_entry distribution_record_entry_fkey N
record int8 19 null
record_entry.id record_entry_record_fkey N
owning_lib int4 10 1
org_unit.id record_entry_owning_lib_fkey N
creator int4 10 1
editor int4 10 1
source int4 10 null
create_date timestamptz 35,6 now()
edit_date timestamptz 35,6 now()
active bool 1 true
deleted bool 1 false
marc text 2147483647 null
last_xact_id text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
record_entry_pkey Primary key Asc id
serial_record_entry_creator_idx Performance Asc creator
serial_record_entry_editor_idx Performance Asc editor
serial_record_entry_owning_lib_idx Performance Asc/Asc owning_lib + deleted
serial_record_entry_record_idx Performance Asc record

Relationships