12 lines
498 B
Markdown
12 lines
498 B
Markdown
Table group_member
|
|
===========
|
|
privacy groups, member info
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
|
| id | sequential ID | int unsigned | YES | PRI | | auto_increment |
|
|
| gid | groups.id of the associated group | int unsigned | YES | | 0 | |
|
|
| contact-id | contact.id of the member assigned to the associated group | int unsigned | YES | | 0 | |
|
|
|
|
Return to [database documentation](help/database)
|