mktg_creative Table
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
The mktg_creative table in the marketing database contains information about marketing creatives.
The following table describes the columns in the mktg_creative table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_creative_id |
int |
no |
The ID of this creative. This is the primary key. |
i_creative_type_id |
int |
no |
The type of this creative. This is a foreign key into the mktg_creative_type table. |
i_creative_size_id |
int |
no |
The size of this creative. This is a foreign key into the mktg_creative_size table. |
dt_creative_received |
datetime |
yes |
The date and time at which the creative was created. |