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) | |
ConfigurationValue | Value of the configuration parameter | varchar(500) | |
LastConfigurationValue | Previous value of the configuration parameter | varchar(500) | |
LastUpdate | Date of the latest update of the configuration parameter | datetime2(7) |
Last update:
2022-09-05