mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-09 00:24:27 +02:00
636 B
636 B
Table key-value
A key value storage
Fields
Field | Description | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
id | int unsigned | NO | PRI | NULL | auto_increment | |
k | varbinary(50) | NO | ||||
v | mediumtext | YES | NULL |
Indexes
Name | Fields |
---|---|
PRIMARY | id |
k | UNIQUE, k |
Return to database documentation