DEFECTRMA Table

The DEFECTRMA table links the DEFECT table to the RMA table.

If an index entry appears in multiple table columns, then it is a composite index. A composite index requires multiple columns in order to create a unique index.

Legend
 

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

DEFECTRMAID (PK)

STANDARDID(12)

NOT NULL

DEFECTRMA_DEFECTRMAID (CA)

 

 

DEFECTID (FK)

STANDARDID(12)

NOT NULL

DEFECTRMA_COMPOSITE (AK)

(Many) to (One)

DEFECT.DEFECTID

RMAID (FK)

STANDARDID(12)

NOT NULL

DEFECTRMA_COMPOSITE (AK)

(Many) to (One)

RMA.RMAID

MODIFYDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

CREATUSER (FK)

chare(12)

NULLS

 

(Many) to (One)

USERINFO.USERID