browse_entry_def_map

2652 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('metabib.browse_entry_def_map_id_seq'::regclass)
entry int8 19 null
browse_entry.id browse_entry_def_map_entry_fkey R
def int4 10 null
metabib_field.id browse_entry_def_map_def_fkey R
source int8 19 null
record_entry.id browse_entry_def_map_source_fkey R
authority int8 19 null
record_entry.id browse_entry_def_map_authority_fkey N

Indexes

Constraint Name Type Sort Column(s)
browse_entry_def_map_pkey Primary key Asc id
browse_entry_def_map_def_idx Performance Asc def
browse_entry_def_map_entry_idx Performance Asc entry
browse_entry_def_map_source_idx Performance Asc source

Relationships