]> git.mxchange.org Git - friendica.git/blobdiff - doc/database/db_report.md
Replace call to parse_url() with Uri instanciation in Util\Proxy
[friendica.git] / doc / database / db_report.md
index 6e52636eb3fa6b4a388e52c39ab2c2f8282ab1d6..ababf6472f3602fdc2a52c6115fdeae3282f5cfb 100644 (file)
@@ -9,7 +9,7 @@ Fields
 | Field   | Description                             | Type               | Null | Key | Default             | Extra          |
 | ------- | --------------------------------------- | ------------------ | ---- | --- | ------------------- | -------------- |
 | id      | sequential ID                           | int unsigned       | NO   | PRI | NULL                | auto_increment |
-| uid     | Reporting user                          | mediumint unsigned | NO   |     | NULL                |                |
+| uid     | Reporting user                          | mediumint unsigned | YES  |     | NULL                |                |
 | cid     | Reported contact                        | int unsigned       | NO   |     | NULL                |                |
 | comment | Report                                  | text               | YES  |     | NULL                |                |
 | forward | Forward the report to the remote server | boolean            | YES  |     | NULL                |                |