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