friendica/doc/database/db_group_member.md

13 wiersze
762 B
Markdown
Czysty Zwykły widok Historia

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