PrivateGroupTag
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each instance of a tag in a user's private namespace.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) (FK) NameKey |
int NOT NULL |
The unique identifier for the object in the namespace. NameKey is a foreign key from the PrivateNameSpace table. |
|
(PK) (FK) UserKey |
int NOT NULL |
The unique numerical identifier for a database user as defined in the UserDetail table. UserKey is a foreign key from the UserDetail table. |
|
(PK) (FK) wwDomainTagKey |
int NOT NULL |
The unique numerical identifier for a tag in a specific domain. wwDomainTagKey is a foreign key from the TagRef table. |