]> git.mxchange.org Git - friendica.git/blob - doc/database/db_manage.md
c2dadfca4d94ac7df1549e23b5efbdb135f0dafa
[friendica.git] / doc / database / db_manage.md
1 Table manage
2 ===========
3
4 table of accounts that can manage each other
5
6 | Field | Description   | Type               | Null | Key | Default | Extra          |
7 | ----- | ------------- | ------------------ | ---- | --- | ------- | -------------- |
8 | id    | sequential ID | int unsigned       | NO   | PRI | NULL    | auto_increment |
9 | uid   | User id       | mediumint unsigned | NO   |     | 0       |                |
10 | mid   | User id       | mediumint unsigned | NO   |     | 0       |                |
11
12 Return to [database documentation](help/database)