Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The table system_prop contains values of system properties.

System property is a systemwide ressource.

Table structure

Field nameField specificationComment / Explanation
idsystempropint(11)Primary key (auto increment)
typevarchar(96)Type of the property
namevarchar(96)Name of the property
valuetextValue of the property

...