]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_post-category.md
Pad the header
[friendica.git] / doc / database / db_post-category.md
index 3765072d0ebe563b269ad610bed8f7f1b85fcb20..c5bf26e8fc00f468bdbcaa28b08e164bd9316c52 100644 (file)
@@ -2,11 +2,11 @@ Table post-category
 ===========
 post relation to categories
 
-| 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 |  |  |    
-| uid | User id | mediumint unsigned | YES | PRI | 0 |  |    
-| type |  | tinyint unsigned | YES | PRI | 0 |  |    
-| tid |  | int unsigned | YES | PRI | 0 |  |    
+| 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    |       |    
+| uid    | User id                                                   | mediumint unsigned | NO   | PRI | 0       |       |    
+| type   |                                                           | tinyint unsigned   | NO   | PRI | 0       |       |    
+| tid    |                                                           | int unsigned       | NO   | PRI | 0       |       |    
 
 Return to [database documentation](help/database)