X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_group.md;h=11e6d667c75616f5632e22c946cfe68839e982e4;hb=4095e6c9be01943c3b074d9a9061a01ff5fafcee;hp=f27b9a75f7789253a6409792a8d0117994b4ca56;hpb=2e9d233367068fceac8005126d14a2002539c772;p=friendica.git diff --git a/doc/database/db_group.md b/doc/database/db_group.md index f27b9a75f7..11e6d667c7 100644 --- a/doc/database/db_group.md +++ b/doc/database/db_group.md @@ -1,12 +1,13 @@ Table group =========== +privacy groups, group info -| Field | Description | Type | Null | Key | Default | Extra | -| ------- | ------------------------------------------ | ---------------- | ---- | --- | ------- | --------------- | -| id | sequential ID | int(10) unsigned | NO | PRI | NULL | auto_increment | -| uid | user.id owning this data | int(10) unsigned | NO | MUL | 0 | | -| visible | 1 indicates the member list is not private | tinyint(1) | NO | | 0 | | -| deleted | 1 indicates the group has been deleted | tinyint(1) | NO | | 0 | | -| name | human readable name of group | varchar(255) | NO | | | | +| Field | Description | Type | Null | Key | Default | Extra | +| ----- | ----------- | ---- | ---- | --- | ------- | ----- | +| 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 | | | | Return to [database documentation](help/database)