Data dictionary: Tag Item Links
- Entity
- Tag Item Links
- Description
- A mapping between a tag and a list item.
- Database location
public.f_rl_tag_item_links
Columns
| Column Name | Datatype | Description | Example |
|---|---|---|---|
tag_guid |
VARCHAR(64) |
Unique identifier for a tag | b45c7ce6-4c85-49be-a033-30b4b68819d7 |
item_guid |
VARCHAR(64) |
Unique identifier for a list item | 0ead2a52-3a40-4f74-8392-602fd0abcbaf |
WARNING: The data dictionary is subject to change. For that reason always refer to column names directly in your SQL statements, not column positions.