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