]> git.mxchange.org Git - friendica.git/blob - doc/database/db_manage.md
96f770370758e9558eeeb235f6cc1210c451dc5e
[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)