Storing Configuration Settings
The Configuration table in the CCFInfrastructure database stores the configuration settings. The columns in the table contain the data types shown in following table.
Configuration Table contents
|
Column Name |
Data Type |
|---|---|
|
ConfigurationID |
Int (Primary Key) |
|
Type |
NVarchar (50) |
|
Name |
NVarchar (100) |
|
Value |
NVarchar (3900) |
|
Area |
NVarchar (50) |
Show: