]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_user-contact.md
Pad the lengths of the columns
[friendica.git] / doc / database / db_user-contact.md
index 2c208735a75a66296cffac8c2a5916af69983a2f..108a568e080ed8cef4df61d8718a318ecad62c56 100644 (file)
@@ -4,10 +4,10 @@ User specific public contact data
 
 | Field | Description | Type | Null | Key | Default | Extra |
 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| cid | Contact id of the linked public contact | int unsigned | YES | PRI | 0 |  |    
-| uid | User id | mediumint unsigned | YES | PRI | 0 |  |    
-| blocked | Contact is completely blocked for this user | boolean | NO |  | NULL |  |    
-| ignored | Posts from this contact are ignored | boolean | NO |  | NULL |  |    
-| collapsed | Posts from this contact are collapsed | boolean | NO |  | NULL |  |    
+| cid       | Contact id of the linked public contact     | int unsigned       | NO  | PRI | 0    |  |    
+| uid       | User id                                     | mediumint unsigned | NO  | PRI | 0    |  |    
+| blocked   | Contact is completely blocked for this user | boolean            | YES |     | NULL |  |    
+| ignored   | Posts from this contact are ignored         | boolean            | YES |     | NULL |  |    
+| collapsed | Posts from this contact are collapsed       | boolean            | YES |     | NULL |  |    
 
 Return to [database documentation](help/database)