Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| TagCentralizedTicketID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each tag-ticket association, auto-incrementing integer |
||||
| TagID | int | 4 | null |
|
|
Tag reference - Foreign key linking to Tag.TagId for the tag being applied to the ticket |
|||||
| CentralizedTicketID | int | 4 | null |
|
|
Ticket reference - Foreign key linking to CentralizedTicket.TicketID for the ticket being tagged (required field) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_TagCentralizedTicket | Primary key | Asc | TagCentralizedTicketID |