2015-12-28 02:50:25 +01:00
|
|
|
Table group_member
|
2021-06-13 22:33:50 +02:00
|
|
|
===========
|
|
|
|
privacy groups, member info
|
2015-12-28 02:50:25 +01:00
|
|
|
|
2021-06-13 22:33:50 +02:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
2021-06-14 07:14:09 +02:00
|
|
|
| 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 | |
|
2015-12-28 02:50:25 +01:00
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|