mirror of
https://github.com/friendica/friendica
synced 2024-11-11 21:42:54 +00:00
13 lines
610 B
Markdown
13 lines
610 B
Markdown
Table group
|
|
===========
|
|
privacy groups, group info
|
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
|
|
| id | sequential ID | int unsigned | YES | PRI | | auto_increment |
|
|
| uid | Owner User id | mediumint unsigned | YES | | 0 | |
|
|
| visible | 1 indicates the member list is not private | boolean | YES | | 0 | |
|
|
| deleted | 1 indicates the group has been deleted | boolean | YES | | 0 | |
|
|
| name | human readable name of group | varchar(255) | YES | | | |
|
|
|
|
Return to [database documentation](help/database)
|