]> git.mxchange.org Git - friendica.git/blob - doc/database/db_config.md
ce4fe462493cc65df9dc10c9e0e67e97df2943b8
[friendica.git] / doc / database / db_config.md
1 Table config
2 ===========
3 main configuration storage
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id  |  | int unsigned  | NO  | PRI | NULL | auto_increment |    
8 | cat |  | varbinary(50) | NO  |     |      |                |    
9 | k   |  | varbinary(50) | NO  |     |      |                |    
10 | v   |  | mediumtext    | YES |     | NULL |                |    
11
12 Return to [database documentation](help/database)