Representation of user-owned content aggregation
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | ||
| description | varchar | 1000 | true | true | The description of the container. |
| displayName | varchar | 255 | true | true | The display name of the container. |
| modificationDate | bigint | N/A | false | ||
| name | varchar | 255 | true | true | The name of the user container. |
| userContainerID | bigint | N/A | false | Primary key. | |
| userID | bigint | N/A | false |