Tag/object/user association table
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | The creation date of the tag. | |
| objectID | bigint | N/A | false | The ID of the object associated with the tag. | |
| objectType | int | N/A | false | The object type associated with the tag. | |
| tagID | bigint | N/A | false | The ID of the tag. | |
| userID | bigint | N/A | false | user id associated with the tag. |