2022-12-29 16:54:08 +01:00
|
|
|
Table key-value
|
|
|
|
===========
|
|
|
|
|
|
|
|
A key value storage
|
|
|
|
|
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2022-12-29 22:36:08 +01:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ---------- | ---------------------------- | ------------- | ---- | --- | ------- | ----- |
|
|
|
|
| k | | varbinary(50) | NO | PRI | NULL | |
|
|
|
|
| v | | mediumtext | YES | | NULL | |
|
2022-12-30 17:15:15 +01:00
|
|
|
| updated_at | timestamp of the last update | int unsigned | NO | | NULL | |
|
2022-12-29 16:54:08 +01:00
|
|
|
|
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
2022-12-29 22:36:08 +01:00
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ------ |
|
|
|
|
| PRIMARY | k |
|
2022-12-29 16:54:08 +01:00
|
|
|
|
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|