record_note

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('biblio.record_note_id_seq'::regclass)
record int8 19 null
record_entry.id biblio_record_note_record_fkey C
value text 2147483647 null
creator int4 10 1
usr.id biblio_record_note_creator_fkey R
editor int4 10 1
usr.id biblio_record_note_editor_fkey R
deleted bool 1 false
create_date timestamptz 35,6 now()
edit_date timestamptz 35,6 now()

Indexes

Constraint Name Type Sort Column(s)
record_note_pkey Primary key Asc id
biblio_record_note_creator_idx Performance Asc creator
biblio_record_note_editor_idx Performance Asc editor
biblio_record_note_record_idx Performance Asc record

Relationships