Store content to be featured in a container
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| containerID | bigint | N/A | false | Container content is featured in Primary key. | |
| containerType | int | N/A | false | Type of container the content is featured in Primary key. | |
| creationDate | bigint | N/A | false | the date and time when this item was featured | |
| objectID | bigint | N/A | false | id of the content to be feautred Primary key. | |
| objectType | int | N/A | false | The type of content being featured Primary key. |