]> git.mxchange.org Git - friendica.git/blob - doc/database/db_permissionset.md
Updates database structure documentation
[friendica.git] / doc / database / db_permissionset.md
1 Table permissionset
2 ===========
3
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id | sequential ID | int unsigned | YES | PRI |  | auto_increment |    
8 | uid | Owner id of this permission set | mediumint unsigned | YES |  | 0 |  |    
9 | allow_cid | Access Control - list of allowed contact.id '<19><78>' | mediumtext | NO |  |  |  |    
10 | allow_gid | Access Control - list of allowed groups | mediumtext | NO |  |  |  |    
11 | deny_cid | Access Control - list of denied contact.id | mediumtext | NO |  |  |  |    
12 | deny_gid | Access Control - list of denied groups | mediumtext | NO |  |  |  |    
13
14 Return to [database documentation](help/database)