]> git.mxchange.org Git - friendica.git/blob - doc/database/db_notify-threads.md
3461e502d5fef888ca52c3489b35db94bfd1e3a9
[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)