Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each ticket section, auto-incrementing integer |
|
| Name | varchar | 200 | √ | null |
|
|
Section name - Display name of the ticket section for user interface organization |
|
| Order | int | 4 | √ | null |
|
|
Display order - Numeric sequence for ordering sections in the user interface |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__TicketSe__3214EC275E1FF51F | Primary key | Asc | ID |