9 | Field | Description | Type | Null | Key | Default | Extra |
10 | --------- | ------------------------------------------------------ | ------------------ | ---- | --- | ------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | uid | Owner id of this permission set | mediumint unsigned | NO | | 0 | |
13 | allow_cid | Access Control - list of allowed contact.id '<19><78>' | mediumtext | YES | | NULL | |
14 | allow_gid | Access Control - list of allowed groups | mediumtext | YES | | NULL | |
15 | deny_cid | Access Control - list of denied contact.id | mediumtext | YES | | NULL | |
16 | deny_gid | Access Control - list of denied groups | mediumtext | YES | | NULL | |
22 | ----------------------------------------- | ------------------------------------------------------------- |
24 | uid_allow_cid_allow_gid_deny_cid_deny_gid | uid, allow_cid(50), allow_gid(30), deny_cid(50), deny_gid(30) |
29 | Field | Target Table | Target Field |
30 |-------|--------------|--------------|
31 | uid | [user](help/database/db_user) | uid |
33 Return to [database documentation](help/database)