lyrCampaigns
Primary key: CampaignID
CampaignID |
A unique, auto-incrementing identifier for this row (int (4), NOT NULL) |
CampaignName |
The unique name of this campaign. (varchar(50), NOT NULL) |
CampaignDescription |
A description of this campaign. (varchar(200), NOT NULL) |
ListID |
The identifier of this campaign in lists_. (int, NULL) |
SiteID |
The identifier of this campaign in sites_. (int (4), NULL) |