friendica/doc/database/db_config.md

13 lines
425 B
Markdown
Raw Normal View History

2015-12-27 20:50:25 -05:00
Table config
===========
main configuration storage
2015-12-27 20:50:25 -05:00
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
2021-06-14 01:14:09 -04:00
| id | | int unsigned | NO | PRI | NULL | auto_increment |
| cat | | varbinary(50) | NO | | | |
| k | | varbinary(50) | NO | | | |
| v | | mediumtext | YES | | NULL | |
2015-12-27 20:50:25 -05:00
Return to [database documentation](help/database)