...
The table system_prop contains values of system properties.
System property is a systemwide ressource.
Table structure
Field name | Field specification | Comment / Explanation |
---|---|---|
idsystemprop | int(11) | Primary key (auto increment) |
type | varchar(96) | Type of the property |
name | varchar(96) | Name of the property |
value | text | Value of the property |
...