forked from friendica/friendica
20 lines
655 B
Markdown
20 lines
655 B
Markdown
# Table key-value
|
|
|
|
A key value storage
|
|
|
|
## Fields
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ---------- | ---------------------------- | ------------- | ---- | --- | ------- | ----- |
|
|
| k | | varbinary(50) | NO | PRI | NULL | |
|
|
| v | | mediumtext | YES | | NULL | |
|
|
| updated_at | timestamp of the last update | int unsigned | NO | | NULL | |
|
|
|
|
## Indexes
|
|
|
|
| Name | Fields |
|
|
| ------- | ------ |
|
|
| PRIMARY | k |
|
|
|
|
|
|
Return to [database documentation](help/spec/database/index)
|