friendica/doc/database/db_key-value.md
Philipp Holzer 7c4c409060
Change key-value table
- Make "k" as primary key
- Added "updated_at"
2022-12-29 22:36:08 +01:00

668 B

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 YES NULL

Indexes

Name Fields
PRIMARY k

Return to database documentation