9 | Field | Description | Type | Null | Key | Default | Extra |
10 | ------ | --------------------------- | ---------------- | ---- | --- | ------- | ----- |
11 | rid | Report id | int unsigned | NO | PRI | NULL | |
12 | uri-id | Uri-id of the reported post | int unsigned | NO | PRI | NULL | |
13 | status | Status of the reported post | tinyint unsigned | YES | | NULL | |
19 | ------- | ----------- |
20 | PRIMARY | rid, uri-id |
26 | Field | Target Table | Target Field |
27 |-------|--------------|--------------|
28 | rid | [report](help/database/db_report) | id |
29 | uri-id | [item-uri](help/database/db_item-uri) | id |
31 Return to [database documentation](help/database)