]> git.mxchange.org Git - friendica.git/blob - doc/database/db_group_member.md
Added default value "NULL"
[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 | YES | PRI | NULL | auto_increment |    
8 | gid | groups.id of the associated group | int unsigned | YES |  | 0 |  |    
9 | contact-id | contact.id of the member assigned to the associated group | int unsigned | YES |  | 0 |  |    
10
11 Return to [database documentation](help/database)