]> git.mxchange.org Git - friendica.git/blob - doc/database/db_post-user-notification.md
Trailing whitespace removed
[friendica.git] / doc / database / db_post-user-notification.md
1 Table post-user-notification
2 ===========
3
4 User post notifications
5
6 | Field             | Description                                               | Type               | Null | Key | Default | Extra |
7 | ----------------- | --------------------------------------------------------- | ------------------ | ---- | --- | ------- | ----- |
8 | uri-id            | Id of the item-uri table entry that contains the item uri | int unsigned       | NO   | PRI | NULL    |       |
9 | uid               | Owner id which owns this copy of the item                 | mediumint unsigned | NO   | PRI | NULL    |       |
10 | notification-type |                                                           | tinyint unsigned   | NO   |     | 0       |       |
11
12 Return to [database documentation](help/database)