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