Configuration tableΒΆ
This table is used to store any kind of generic configuration parameters in a key-value pair format.
Column | Description | Format | Required |
---|---|---|---|
ConfigurationKey | Key of the configuration parameter | varchar(150) | Yes |
ConfigurationValue | Value of the configuration parameter | varchar(500) | Yes |
LastConfigurationValue | Previous value of the configuration parameter | varchar(500) | |
LastUpdate | Date of the latest update of the configuration parameter | datetime2(7) | Yes |