1.2 KiB
1.2 KiB
Table group_member
privacy groups, member info
Fields
Field | Description | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|---|
id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
gid | groups.id of the associated group | int unsigned | NO | 0 | ||
contact-id | contact.id of the member assigned to the associated group | int unsigned | NO | 0 |
Indexes
Name | Fields |
---|---|
PRIMARY | id |
contactid | contact-id |
gid_contactid | UNIQUE, gid, contact-id |
Foreign Keys
Field | Target Table | Target Field |
---|---|---|
gid | group | id |
contact-id | contact | id |
Return to database documentation