CONTRACTITEM Table

The CONTRACTITEM table stores information about products that are associated with support contracts.

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

CONTRACTITEMID (PK)

STANDARDID(12)

NOT NULL

CONTRACTITEM_CONTRACTTIEMID_PK (CA)

 

 

CONTRACTID (FK)

STANDARDID(12)

NOT NULL

CONTRACTITEM_CONTRACTID (IE)

(Many) to (One)

CONTRACT.CONTRACTID

ACCOUNTPRODUCTID (FK)

STANDARDID(12)

NULLS

CONTRACTITEM_CONTRACTID (IE)

(Many) to (One)

ACCOUNTPRODUCT.ACCOUNTPRODUCTID

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