friendica_2021-01/doc/database/db_config.md

13 lines
427 B
Markdown
Raw Normal View History

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