4 privacy groups, group info
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ------- | ----------------------------------------------------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | uid | Owner User id | mediumint unsigned | NO | | 0 | |
13 | visible | 1 indicates the member list is not private | boolean | NO | | 0 | |
14 | deleted | 1 indicates the group has been deleted | boolean | NO | | 0 | |
15 | cid | Contact id of forum. When this field is filled then the members are synced automatically. | int unsigned | YES | | NULL | |
16 | name | human readable name of group | varchar(255) | NO | | | |
30 | Field | Target Table | Target Field |
31 |-------|--------------|--------------|
32 | uid | [user](help/database/db_user) | uid |
33 | cid | [contact](help/database/db_contact) | id |
35 Return to [database documentation](help/database)