ConfigOption


Description

System configuration options that store global system settings, preferences, and configuration parameters that control application behavior and features.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
ConfigDesc varchar 50 null

Description field - Detailed description or explanation of ConfigOption information

ConfigDescription Unknown 0 null

Description - Explanation of what this configuration controls

ConfigID int 4 null

Reference identifier - Foreign key reference to related entity or lookup table

ConfigName Unknown 0 null

Configuration name - Name of the configuration parameter

ConfigType Unknown 0 null

Configuration type - Data type of the configuration value

Configurable int 4 null

Numeric value - Quantity, count, or numeric measurement for ConfigOption records

ConfigValue Unknown 0 null

Configuration value - Current value of the configuration parameter

IsUserConfigurable Unknown 0 null

User configurable - Whether users can modify this configuration

subLevel int 4 null

Numeric value - Quantity, count, or numeric measurement for ConfigOption records

PerProgramType int 4 null

Type classification - Category or classification type for ConfigOption records

Indexes

Constraint Name Type Sort Column(s)
PK__ConfigOption__3454A3DC Primary key Asc ConfigID

Relationships