2015-12-28 01:50:25 +00:00
|
|
|
Table group_member
|
2021-06-13 20:33:50 +00:00
|
|
|
===========
|
2021-06-14 06:10:11 +00:00
|
|
|
|
2021-06-13 20:33:50 +00:00
|
|
|
privacy groups, member info
|
2015-12-28 01:50:25 +00:00
|
|
|
|
2021-06-14 06:10:11 +00:00
|
|
|
| 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 | |
|
2015-12-28 01:50:25 +00:00
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|