friendica/doc/database/db_group_member.md

498 B

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