]> git.mxchange.org Git - friendica.git/blob - doc/database/db_config.md
Fix docs
[friendica.git] / doc / database / db_config.md
1 Table config
2 ============
3
4 | Field | Description | Type             | Null | Key | Default | Extra           |
5 | ----- | ----------- | ---------------- | ---- | --- | ------- | --------------- |
6 | id    |             | int(10) unsigned | NO   | PRI | NULL    | auto_increment  |
7 | cat   |             | char(255)        | NO   | MUL |         |                 |
8 | k     |             | char(255)        | NO   |     |         |                 |
9 | v     |             | text             | NO   |     | NULL    |                 |
10
11 Return to [database documentation](help/database)