]> git.mxchange.org Git - friendica.git/blob - doc/database/db_notify-threads.md
24aba8093b7d9a4f01a9afb197ea686c5ef0bb22
[friendica.git] / doc / database / db_notify-threads.md
1 Table notify-threads
2 ===========
3
4
5 | Field | Description | Type | Null | Key | Default | Extra |
6 | ----- | ----------- | ---- | ---- | --- | ------- | ----- |
7 | id                   | sequential ID                                 | int unsigned       | NO  | PRI | NULL | auto_increment |    
8 | notify-id            |                                               | int unsigned       | NO  |     | 0    |                |    
9 | master-parent-item   | Deprecated                                    | int unsigned       | YES |     | NULL |                |    
10 | master-parent-uri-id | Item-uri id of the parent of the related post | int unsigned       | YES |     | NULL |                |    
11 | parent-item          |                                               | int unsigned       | NO  |     | 0    |                |    
12 | receiver-uid         | User id                                       | mediumint unsigned | NO  |     | 0    |                |    
13
14 Return to [database documentation](help/database)