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