Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TagId | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each tag in the system, auto-incrementing integer used for tag references |
||||
| TagName | nvarchar | 510 | √ | null |
|
|
Tag display name - Human-readable name of the tag for display in user interfaces and filtering options |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_Tag | Primary key | Asc | TagId |