2022-11-12 21:50:28 +00:00
|
|
|
Table report-post
|
|
|
|
===========
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fields
|
|
|
|
------
|
|
|
|
|
2022-11-29 19:50:12 +00:00
|
|
|
| Field | Description | Type | Null | Key | Default | Extra |
|
|
|
|
| ------ | --------------------------- | ---------------- | ---- | --- | ------- | ----- |
|
|
|
|
| rid | Report id | int unsigned | NO | PRI | NULL | |
|
|
|
|
| uri-id | Uri-id of the reported post | int unsigned | NO | PRI | NULL | |
|
|
|
|
| status | Status of the reported post | tinyint unsigned | YES | | NULL | |
|
2022-11-12 21:50:28 +00:00
|
|
|
|
|
|
|
Indexes
|
|
|
|
------------
|
|
|
|
|
|
|
|
| Name | Fields |
|
|
|
|
| ------- | ----------- |
|
|
|
|
| PRIMARY | rid, uri-id |
|
|
|
|
| uri-id | uri-id |
|
|
|
|
|
|
|
|
Foreign Keys
|
|
|
|
------------
|
|
|
|
|
|
|
|
| Field | Target Table | Target Field |
|
|
|
|
|-------|--------------|--------------|
|
|
|
|
| rid | [report](help/database/db_report) | id |
|
|
|
|
| uri-id | [item-uri](help/database/db_item-uri) | id |
|
|
|
|
|
|
|
|
Return to [database documentation](help/database)
|