friendica/doc/database/db_config.md

13 lines
419 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 |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| id | | int unsigned | YES | PRI | | auto_increment |
| cat | | varbinary(50) | YES | | | |
| k | | varbinary(50) | YES | | | |
| v | | mediumtext | NO | | | |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)