]> git.mxchange.org Git - friendica.git/blob - doc/database/db_config.md
Pad the header
[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)