mirror of
https://github.com/friendica/friendica
synced 2024-11-11 21:02:54 +00:00
12 lines
419 B
Markdown
12 lines
419 B
Markdown
Table config
|
|
===========
|
|
main configuration storage
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
|
| id | | int unsigned | YES | PRI | | auto_increment |
|
|
| cat | | varbinary(50) | YES | | | |
|
|
| k | | varbinary(50) | YES | | | |
|
|
| v | | mediumtext | NO | | | |
|
|
|
|
Return to [database documentation](help/database)
|