TicketNotes

32 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('"TicketNotes_id_seq"'::regclass)
uuid uuid 2147483647 null
reactOutId int4 10 null
noteHeading text 2147483647 null
noteBody text 2147483647 null
noteLogs jsonb 2147483647 '[]'::jsonb
isDeleted bool 1 false
createdAt timestamptz 35,6 null
updatedAt timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
TicketNotes_pkey Primary key Asc id
TicketNotes_uuid_key Must be unique Asc uuid

Relationships