Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| TabID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each tab configuration |
|
| TabName | varchar | 20 | √ | null |
|
|
Tab name - Display name of the tab in the user interface |
|
| TabDesc | varchar | 500 | √ | null |
|
|
Tab description - Detailed description of the tab’s purpose and functionality |
|
| TabImageFile | varchar | 50 | √ | null |
|
|
Tab image file - Image file name associated with the tab for visual identification |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_Tab | Primary key | Asc | TabID |
