The DEFECTPROBLEM table stores the problem description for a defect.
table relationships
The DEFECTPROBLEM table has a (Many) to (One) relationship with the DEFECT table.
|
CreateUser and ModifyUser are foreign keys referencing UserID in the USERINFO table. |
Field | Datatype (Length) | Allow Nulls | Indexes |
---|---|---|---|
DEFECTID(PK) (FK) |
STANDARDID(12) |
NOT NULL |
DEFECTPROBLEM_DEFECTID_PK (CA) |
NOTES |
TEXTBLOB(16) |
NULLS |
|
CREATEUSER (FK) |
STANDARDID(12) |
NULLS |
|
CREATEDATE |
datetime(8) |
NULLS |
|
MODIFYUSER (FK) |
STANDARDID(12) |
NULLS |
|
MODIFYDATE |
datetime(8) |
NULLS |
|