sysinternal system table

Each row in the sysinternal system table is used to store system options and other internal data.

Column name Column type Description
name VARCHAR(128) The name of the option.
value VARCHAR(128) The option value.
Constraints

PRIMARY KEY (name)