friendica/doc/database/db_group_member.md

13 lines
762 B
Markdown
Raw Normal View History

2015-12-28 02:50:25 +01:00
Table group_member
===========
2021-06-14 08:10:11 +02:00
privacy groups, member info
2015-12-28 02:50:25 +01:00
2021-06-14 08:10:11 +02:00
| Field | Description | Type | Null | Key | Default | Extra |
| ---------- | --------------------------------------------------------- | ------------ | ---- | --- | ------- | -------------- |
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
| gid | groups.id of the associated group | int unsigned | NO | | 0 | |
| contact-id | contact.id of the member assigned to the associated group | int unsigned | NO | | 0 | |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)