friendica/doc/database/db_report-rule.md
Hypolite Petovan 76de49a25c Add fields to Report entity
- Add clock dependency to Moderation\Factory\Report
- Change DateTime field to DateTimeImmutable to satisfy Clock return type
- Add category, status and resolution constants
2023-07-09 18:32:42 -04:00

1.1 KiB

Table report-rule

Terms of service rule lines relevant to a moderation report

Fields

Field Description Type Null Key Default Extra
rid Report id int unsigned NO PRI NULL
line-id Terms of service rule line number, may become invalid after a TOS change. int unsigned NO PRI NULL
text Terms of service rule text recorded at the time of the report text NO NULL

Indexes

Name Fields
PRIMARY rid, line-id

Foreign Keys

Field Target Table Target Field
rid report id

Return to database documentation