2015-12-27 20:50:25 -05:00
|
|
|
Table config
|
2021-06-13 16:33:50 -04:00
|
|
|
===========
|
2021-06-14 02:10:11 -04:00
|
|
|
|
2021-06-13 16:33:50 -04:00
|
|
|
main configuration storage
|
2015-12-27 20:50:25 -05:00
|
|
|
|
2021-06-14 04:53:37 -04:00
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2021-06-14 02:10:11 -04:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ----- | ----------- | ------------- | ---- | --- | ------- | -------------- |
|
|
|
|
| id | | int unsigned | NO | PRI | NULL | auto_increment |
|
|
|
|
| cat | | varbinary(50) | NO | | | |
|
|
|
|
| k | | varbinary(50) | NO | | | |
|
|
|
|
| v | | mediumtext | YES | | NULL | |
|
2015-12-27 20:50:25 -05:00
|
|
|
|
2021-06-14 04:53:37 -04:00
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2021-06-14 08:15:10 -04:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | -------------- |
|
|
|
|
| PRIMARY | id |
|
|
|
|
| cat_k | UNIQUE, cat, k |
|
2021-06-14 04:53:37 -04:00
|
|
|
|
|
|
|
|
2015-12-27 20:50:25 -05:00
|
|
|
Return to [database documentation](help/database)
|