]> git.mxchange.org Git - friendica.git/blob - doc/database/db_group_member.md
Trailing whitespace removed
[friendica.git] / doc / database / db_group_member.md
1 Table group_member
2 ===========
3
4 privacy groups, member info
5
6 | Field      | Description                                               | Type         | Null | Key | Default | Extra          |
7 | ---------- | --------------------------------------------------------- | ------------ | ---- | --- | ------- | -------------- |
8 | id         | sequential ID                                             | int unsigned | NO   | PRI | NULL    | auto_increment |
9 | gid        | groups.id of the associated group                         | int unsigned | NO   |     | 0       |                |
10 | contact-id | contact.id of the member assigned to the associated group | int unsigned | NO   |     | 0       |                |
11
12 Return to [database documentation](help/database)