contact_attachment


Columns

Column Type Size Nulls Auto Default Children Parents Comments
attachment_id int8 19 null
version int4 10 0
created_by text 2147483647 null
modified_by text 2147483647 null
deleted_by text 2147483647 null
created_at timestamptz 35,6 now()
modified_at timestamptz 35,6 now()
deleted_at timestamptz 35,6 null
enrollment_appointment_id int8 19 null
enrollment_appointment.enrollment_appointment_id fk_contact_attachment_enrollment_appointment R
key varchar 255 null
filename text 2147483647 null
size int4 10 null

Indexes

Constraint Name Type Sort Column(s)
contact_attachment_pkey Primary key Asc attachment_id
contact_attachment_enrollment_key_uniq_idx Must be unique Asc/Asc enrollment_appointment_id + key

Relationships