friendica/doc/database/db_group_member.md

13 lines
762 B
Markdown
Raw Normal View History

2015-12-27 20:50:25 -05:00
Table group_member
===========
2021-06-14 02:10:11 -04:00
privacy groups, member info
2015-12-27 20:50:25 -05:00
2021-06-14 02:10:11 -04: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-27 20:50:25 -05:00
Return to [database documentation](help/database)