]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_post-thread.md
Pad the header
[friendica.git] / doc / database / db_post-thread.md
index 49fac4fd910a4b7eedf97da646891aa74d43b6c4..57a28d199cb5f6452f6ea6e00ace9ecbe744610b 100644 (file)
@@ -2,16 +2,16 @@ Table post-thread
 ===========
 Thread related data
 
-| Field | Description | Type | Null | Key | Default | Extra |
-| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
-| uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | YES | PRI | NULL |  |    
-| owner-id | Item owner | int unsigned | YES |  | 0 |  |    
-| author-id | Item author | int unsigned | YES |  | 0 |  |    
-| causer-id | Link to the contact table with uid=0 of the contact that caused the item creation | int unsigned | NO |  | NULL |  |    
-| network |  | char(4) | YES |  |  |  |    
-| created |  | datetime | YES |  | 0001-01-01 00:00:00 |  |    
-| received |  | datetime | YES |  | 0001-01-01 00:00:00 |  |    
-| changed | Date that something in the conversation changed, indicating clients should fetch the conversation again | datetime | YES |  | 0001-01-01 00:00:00 |  |    
-| commented |  | datetime | YES |  | 0001-01-01 00:00:00 |  |    
+| Field     | Description                                                                                             | Type         | Null | Key | Default             | Extra |    
+| --------- | ------------------------------------------------------------------------------------------------------- | ------------ | ---- | --- | ------------------- | ----- |    
+| uri-id    | Id of the item-uri table entry that contains the item uri                                               | int unsigned | NO   | PRI | NULL                |       |    
+| owner-id  | Item owner                                                                                              | int unsigned | NO   |     | 0                   |       |    
+| author-id | Item author                                                                                             | int unsigned | NO   |     | 0                   |       |    
+| causer-id | Link to the contact table with uid=0 of the contact that caused the item creation                       | int unsigned | YES  |     | NULL                |       |    
+| network   |                                                                                                         | char(4)      | NO   |     |                     |       |    
+| created   |                                                                                                         | datetime     | NO   |     | 0001-01-01 00:00:00 |       |    
+| received  |                                                                                                         | datetime     | NO   |     | 0001-01-01 00:00:00 |       |    
+| changed   | Date that something in the conversation changed, indicating clients should fetch the conversation again | datetime     | NO   |     | 0001-01-01 00:00:00 |       |    
+| commented |                                                                                                         | datetime     | NO   |     | 0001-01-01 00:00:00 |       |    
 
 Return to [database documentation](help/database)