4 privacy circles, member info
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ---------- | ---------------------------------------------------------- | ------------ | ---- | --- | ------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | gid | group.id of the associated circle | int unsigned | NO | | 0 | |
13 | contact-id | contact.id of the member assigned to the associated circle | int unsigned | NO | | 0 | |
19 | ------------- | ----------------------- |
21 | contactid | contact-id |
22 | gid_contactid | UNIQUE, gid, contact-id |
27 | Field | Target Table | Target Field |
28 |-------|--------------|--------------|
29 | gid | [group](help/database/db_group) | id |
30 | contact-id | [contact](help/database/db_contact) | id |
32 Return to [database documentation](help/database)