25 lines
824 B
Markdown
25 lines
824 B
Markdown
Table config
|
|
===========
|
|
|
|
main configuration storage
|
|
|
|
Fields
|
|
------
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ----- | ------------------------- | ------------- | ---- | --- | ------- | -------------- |
|
|
| id | | int unsigned | NO | PRI | NULL | auto_increment |
|
|
| cat | The category of the entry | varbinary(50) | NO | | | |
|
|
| k | The key of the entry | varbinary(50) | NO | | | |
|
|
| v | | mediumtext | YES | | NULL | |
|
|
|
|
Indexes
|
|
------------
|
|
|
|
| Name | Fields |
|
|
| ------- | -------------- |
|
|
| PRIMARY | id |
|
|
| cat_k | UNIQUE, cat, k |
|
|
|
|
|
|
Return to [database documentation](help/database)
|