Container/tag cloud association table
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| containerID | bigint | N/A | false | The container ID for the tag cloud Primary key. | |
| containerType | int | N/A | false | The container type for the tag cloud Primary key. | |
| tagCount | int | N/A | false | The number of occurrences of the tag in the container | |
| tagID | bigint | N/A | false | The ID of the tag. Primary key. | |
| taggableType | bigint | N/A | false | The taggable type associated with this tag Primary key. |