]> git.mxchange.org Git - friendica.git/blob - doc/database/db_notify-threads.md
Updates database structure documentation
[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 | YES | PRI |  | auto_increment |    
8 | notify-id |  | int unsigned | YES |  | 0 |  |    
9 | master-parent-item | Deprecated | int unsigned | NO |  |  |  |    
10 | master-parent-uri-id | Item-uri id of the parent of the related post | int unsigned | NO |  |  |  |    
11 | parent-item |  | int unsigned | YES |  | 0 |  |    
12 | receiver-uid | User id | mediumint unsigned | YES |  | 0 |  |    
13
14 Return to [database documentation](help/database)