]> git.mxchange.org Git - friendica.git/blob - doc/database/db_report-post.md
Merge pull request #12288 from annando/api-tags
[friendica.git] / doc / database / db_report-post.md
1 Table report-post
2 ===========
3
4
5
6 Fields
7 ------
8
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
14 Indexes
15 ------------
16
17 | Name    | Fields      |
18 | ------- | ----------- |
19 | PRIMARY | rid, uri-id |
20 | uri-id  | uri-id      |
21
22 Foreign Keys
23 ------------
24
25 | Field | Target Table | Target Field |
26 |-------|--------------|--------------|
27 | rid | [report](help/database/db_report) | id |
28 | uri-id | [item-uri](help/database/db_item-uri) | id |
29
30 Return to [database documentation](help/database)