CustomSetting


Description

Program-specific configuration management storing custom settings and preferences for different program types. This system enables program-specific customization and configuration management for flexible system behavior across different operational contexts.

Columns

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

Primary key - Unique identifier for each custom setting, auto-incrementing integer

ProgramTypeId int 4 null

Program type reference - Reference to the program type this setting applies to

IsUseCustomSetting bit 1 null

Custom setting enabled - Boolean indicating if custom settings are enabled for this program type

Type nvarchar 40 null

Setting type - Classification of the custom setting type

Indexes

Constraint Name Type Sort Column(s)
PK__CustomSe__3214EC275E54FF49 Primary key Asc ID

Relationships