X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2Fdatabase%2Fdb_notification.md;h=e79778cb5b0cbf1a7a918a9927ca8f10269abfb4;hb=c9d829a679d716db7b63bdb81f9a1318bad51dc7;hp=ff059c344fe720cb75e1357bb79df6c7dbbba465;hpb=c9ec2e21b3db208282b553fccdd425479f58bf0e;p=friendica.git diff --git a/doc/database/db_notification.md b/doc/database/db_notification.md index ff059c344f..e79778cb5b 100644 --- a/doc/database/db_notification.md +++ b/doc/database/db_notification.md @@ -11,12 +11,13 @@ Fields | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment | | uid | Owner User id | mediumint unsigned | YES | | NULL | | | vid | Id of the verb table entry that contains the activity verbs | smallint unsigned | YES | | NULL | | -| type | | tinyint unsigned | YES | | NULL | | +| type | | smallint unsigned | YES | | NULL | | | actor-id | Link to the contact table with uid=0 of the actor that caused the notification | int unsigned | YES | | NULL | | | target-uri-id | Item-uri id of the related post | int unsigned | YES | | NULL | | | parent-uri-id | Item-uri id of the parent of the related post | int unsigned | YES | | NULL | | | created | | datetime | YES | | NULL | | -| seen | | boolean | YES | | 0 | | +| seen | Seen on the desktop | boolean | YES | | 0 | | +| dismissed | Dismissed via the API | boolean | YES | | 0 | | Indexes ------------