Tab


Description

Main tab definitions that define the primary navigation tabs and major interface sections of the application for organizing functionality and user workflows.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
TabID int identity 4 null

Primary key - Tab unique identifier for each main tab

TabName varchar 20 null

Tab name - Display name of the main tab

TabDesc varchar 500 null

Tab description - Description of the tab’s purpose and functionality

TabImageFile varchar 50 null

Tab image - Icon or image file associated with the tab

Relationships