friendica/doc/database/db_group_member.md
Hypolite Petovan 4f6e02357a Replace "group" with "circle" in database comments
- Table names "group" and "group_member" are unchanged
2023-05-27 17:28:21 -04:00

1.2 KiB

Table group_member

privacy circles, member info

Fields

Field Description Type Null Key Default Extra
id sequential ID int unsigned NO PRI NULL auto_increment
gid group.id of the associated circle int unsigned NO 0
contact-id contact.id of the member assigned to the associated circle int unsigned NO 0

Indexes

Name Fields
PRIMARY id
contactid contact-id
gid_contactid UNIQUE, gid, contact-id

Foreign Keys

Field Target Table Target Field
gid group id
contact-id contact id

Return to database documentation