]> git.mxchange.org Git - friendica.git/blob - doc/database/db_group_member.md
Move Photo module, update Photo model
[friendica.git] / doc / database / db_group_member.md
1 Table group_member
2 ==================
3
4 | Field      | Description                                                 | Type             | Null | Key | Default | Extra           |
5 | ---------- | ----------------------------------------------------------- | ---------------- | ---- | --- | ------- | --------------- |
6 | id         | sequential ID                                               | int(10) unsigned | NO   | PRI | NULL    | auto_increment  |
7 | uid        | user.id of the owner of this data                           | int(10) unsigned | NO   | MUL | 0       |                 |
8 | gid        | groups.id of the associated group                           | int(10) unsigned | NO   |     | 0       |                 |
9 | contact-id | contact.id  of the member assigned to the associated group  | int(10) unsigned | NO   |     | 0       |                 |
10
11 Return to [database documentation](help/database)