Contains (key, values) string pairs that contain configuration information. Keys can be repeated with different values for different configurations names.
Structure of config
conf_key
character varying(100)
NOT NULL
The name of the parameter.
valuetext
The value of the parameter.
conf_namecharacter varying(100)
The name of the configuration to which the pair (key,value) applies. A null value means that this is the default configuration.
date_updatetimestamp with time zone
The date and time of the row's last update