WF_LABEL_FILE_REL
Description
Contains information about the relationship between an application file and its label.
Columns
For the descriptions in this table, the term item refers to a relationship between a file and its label.
| Column Name | Data Type | Size | Description |
|---|---|---|---|
| ID | varchar | 32 | (Primary key) The unique item ID. |
| LABEL_ID | varchar | 32 | (Foreign key to WF_APP_LABEL Table) The ID (GUID) of the item. |
| FILE_ID | varchar | 32 | (Foreign key to WF_APPLICATION_FILE table) The ID (GUID) of the item. |
| FILE_NAME | nvarchar | 256 | The file name associated with the item. |
Relationships
| Table Name | Relationship |
|---|---|
| WF_APPLICATION_FILE | n – 1 |
| WF_APP_LABEL | n – 1 |