]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_post-collection.md
include suggested changes
[friendica.git] / doc / database / db_post-collection.md
index 1e8e368efde0d568f32ed0408ab7ec5ca6538f21..3018067c8dc351e4877cfa014803c954c6e073ba 100644 (file)
@@ -9,7 +9,7 @@ Fields
 | 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    |       |
-| type   |                                                           | tinyint unsigned | NO   | PRI | 0       |       |
+| type   | 0 - Featured                                              | tinyint unsigned | NO   | PRI | 0       |       |
 
 Indexes
 ------------