CAMPAIGNPRODUCT Table

Added in Version 7.0

The CAMPAIGNPRODUCT table stores all the information pertaining to products assigned to campaigns. This information includes, but is not limited to, campaign product ID, campaign ID, product name, and product family.

Legend
 

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

CAMPAIGNPRODUCTID (PK)

char(12)

NOT NULL

CAMPAIGNPRODUCT_ID_PK (CA)

 

 

CAMPAIGNID (FK)

char(12)

NOT NULL

CAMPAIGNPRODUCT_CAMPAIGN ID (IE)

(Many) to (One)

CAMPAIGN.CAMPAIGNID

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime(8)

NULLS

 

 

 

NAME

varchar(64)

NULLS

 

 

 

PRODUCTID (FK)

char(12)

NULLS

 

(Many) to (One)

PRODUCT.PRODUCTID

ACTUALID

varchar(64)

NULLS

 

 

 

FAMILY

varchar(32)

NULLS