record_note

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('authority.record_note_id_seq'::regclass)
record int8 19 null
record_entry.id record_note_record_fkey R
value text 2147483647 null
creator int4 10 1
editor int4 10 1
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
authority_record_note_creator_idx Performance Asc creator
authority_record_note_editor_idx Performance Asc editor
authority_record_note_record_idx Performance Asc record

Relationships