]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_post-user-notification.md
Merge pull request #12407 from HankG/friendica-api-photo-endpoint-updates
[friendica.git] / doc / database / db_post-user-notification.md
index 0ebe8ccaf1d722b90a97026783dd5f4b28d24592..8f9925b19c54d52c1b1a841c5785e3d7e85b9bf4 100644 (file)
@@ -10,15 +10,15 @@ Fields
 | ----------------- | --------------------------------------------------------- | ------------------ | ---- | --- | ------- | ----- |
 | uri-id            | Id of the item-uri table entry that contains the item uri | int unsigned       | NO   | PRI | NULL    |       |
 | uid               | Owner id which owns this copy of the item                 | mediumint unsigned | NO   | PRI | NULL    |       |
-| notification-type |                                                           | tinyint unsigned   | NO   |     | 0       |       |
+| notification-type |                                                           | smallint unsigned  | NO   |     | 0       |       |
 
 Indexes
 ------------
 
-| Name | Fields |
-|------|---------|
+| Name    | Fields      |
+| ------- | ----------- |
 | PRIMARY | uid, uri-id |
-| uri-id | uri-id |
+| uri-id  | uri-id      |
 
 Foreign Keys
 ------------