case_note_type

66 rows


Description

First level categorisation of case notes

Columns

Column Type Size Nulls Auto Default Children Parents Comments
code varchar 12 null
case_note_sub_type.code Implied Constraint R
case_note_sub_type.type_code case_note_sub_type_type_code R

Public primary key and the short code for the case note type

description varchar 80 null

The description of the case note type

created_at timestamp 29,6 null

The date and time the case note type was created

created_by varchar 64 null

The username of the user who created the case note type

last_modified_at timestamp 29,6 null

The date and time the case note type was last modified

last_modified_by varchar 64 null

The username of the user who last modified the case note type

Indexes

Constraint Name Type Sort Column(s)
case_note_type_pkey Primary key Asc code

Relationships