4 main configuration storage
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ----- | ------------------------- | ------------- | ---- | --- | ------- | -------------- |
11 | id | | int unsigned | NO | PRI | NULL | auto_increment |
12 | cat | The category of the entry | varbinary(50) | NO | | | |
13 | k | The key of the entry | varbinary(50) | NO | | | |
14 | v | | mediumtext | YES | | NULL | |
20 | ------- | -------------- |
22 | cat_k | UNIQUE, cat, k |
25 Return to [database documentation](help/database)