friendica/doc/database/db_group.md

14 lines
609 B
Markdown
Raw Normal View History

2015-12-28 02:50:25 +01:00
Table group
===========
privacy groups, group info
2015-12-28 02:50:25 +01:00
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
2021-06-14 07:14:09 +02:00
| id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
| uid | Owner User id | mediumint unsigned | NO | | 0 | |
| visible | 1 indicates the member list is not private | boolean | NO | | 0 | |
| deleted | 1 indicates the group has been deleted | boolean | NO | | 0 | |
| name | human readable name of group | varchar(255) | NO | | | |
2015-12-28 02:50:25 +01:00
Return to [database documentation](help/database)