TICKETSOLUTION Table

The TICKETSOLUTION table stores the resolution description for a Ticket. The TICKETSOLUTION table has an identifying relationship to the parent table, TICKET.

Legend

 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

TICKETID (PK) (FK)

STANDARDID(12)

NOT NULL

TICKETSOLUTION_TICKETID_PK (CA)

(One) to (One)

TICKET.TICKETID

NOTES

TEXTBLOB(16)

NULLS

 

 

 

CREATEUSER (FK)

STANDARDID(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

STANDARDID(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime(8)

NULLS