Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| ID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each custom setting |
|
| ProgramTypeId | int | 4 | √ | null |
|
|
Program type reference - Links to program type for this setting |
|
| IsUseCustomSetting | bit | 1 | √ | null |
|
|
Use custom setting flag - Boolean indicating if custom settings are enabled |
|
| Type | nvarchar | 100 | √ | null |
|
|
Setting type - Type or category of the custom setting |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__CustomSe__3214EC2708758811 | Primary key | Asc | ID |
