9 | Field | Description | Type | Null | Key | Default | Extra |
10 | -------------------- | --------------------------------------------- | ------------------ | ---- | --- | ------- | -------------- |
11 | id | sequential ID | int unsigned | NO | PRI | NULL | auto_increment |
12 | notify-id | | int unsigned | NO | | 0 | |
13 | master-parent-item | Deprecated | int unsigned | YES | | NULL | |
14 | master-parent-uri-id | Item-uri id of the parent of the related post | int unsigned | YES | | NULL | |
15 | parent-item | | int unsigned | NO | | 0 | |
16 | receiver-uid | User id | mediumint unsigned | NO | | 0 | |
22 | -------------------- | -------------------- |
24 | master-parent-uri-id | master-parent-uri-id |
25 | receiver-uid | receiver-uid |
26 | notify-id | notify-id |
31 | Field | Target Table | Target Field |
32 |-------|--------------|--------------|
33 | notify-id | [notify](help/database/db_notify) | id |
34 | master-parent-uri-id | [item-uri](help/database/db_item-uri) | id |
35 | receiver-uid | [user](help/database/db_user) | uid |
37 Return to [database documentation](help/database)