]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_group.md
Pad the lengths of the columns
[friendica.git] / doc / database / db_group.md
index d9eb2a4ddf8ff4d3804a8ce9c04e176612fc3df5..11e6d667c75616f5632e22c946cfe68839e982e4 100644 (file)
@@ -4,10 +4,10 @@ privacy groups, group info
 
 | Field | Description | Type | Null | Key | Default | Extra |
 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| id | sequential ID | int unsigned | YES | PRI | NULL | 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 |  |  |  |    
+| 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)