main

Data table

Migration run against the main data table when the project is imported.

helpdesk.tickets
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
subjecttext
not null
requester_emailtext
not null
requester_nametext
statustext
not nulldefault 'open'::text
created_attimestamp with time zone
default now()
updated_attimestamp with time zone
default now()
last_message_attimestamp with time zone
default now()
archivedboolean
not nulldefault false
helpdesk.messages
ColumnTypeConstraints
iduuid
not nullprimary keydefault gen_random_uuid()
ticket_iduuid
not null→ tickets
directiontext
not null
from_emailtext
from_nametext
bodytext
not null
created_attimestamp with time zone
default now()
email_message_idtext