friendica_stable_2026.01/doc/en/spec/database/db-key-value.md

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)