call_number_note

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('asset.call_number_note_id_seq'::regclass)
call_number int8 19 null
call_number.id asset_call_number_note_record_fkey C
creator int8 19 null
usr.id asset_call_number_note_creator_fkey N
create_date timestamptz 35,6 now()
pub bool 1 false
title text 2147483647 null
value text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
call_number_note_pkey Primary key Asc id
asset_call_number_note_creator_idx Performance Asc creator

Relationships