1 Table post-user-notification
4 User post notifications
9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ----------------- | --------------------------------------------------------- | ------------------ | ---- | --- | ------- | ----- |
11 | uri-id | Id of the item-uri table entry that contains the item uri | int unsigned | NO | PRI | NULL | |
12 | uid | Owner id which owns this copy of the item | mediumint unsigned | NO | PRI | NULL | |
13 | notification-type | | smallint unsigned | NO | | 0 | |
19 | ------- | ----------- |
20 | PRIMARY | uid, uri-id |
26 | Field | Target Table | Target Field |
27 |-------|--------------|--------------|
28 | uri-id | [item-uri](help/database/db_item-uri) | id |
29 | uid | [user](help/database/db_user) | uid |
31 Return to [database documentation](help/database)