Extension:Report/report_reports table
A table for the Report extension.
Fields
editreport_id
editPrimary key
report_revid
editRevision ID for report
report_timestamp
editTimestamp of report
report_reason
editText of the report
report_user
editreport_user_text
editreport_handled
editWhether the report has been handled
report_handled_by
editUser ID of who the report was handled by, or 0 if not handled
report_handled_by_text
editUsername of who the report was handled by, or the empty string if not handled
report_handled_timestamp
editThe timestamp when the report was handled, or the empty string if not handled
Schema
editmysql> describe report_reports; +--------------------------+------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | +--------------------------+------------------+------+-----+---------+----------------+ | report_id | int(10) unsigned | NO | PRI | NULL | auto_increment | | report_revid | int(10) unsigned | NO | MUL | NULL | | | report_timestamp | varbinary(14) | NO | MUL | NULL | | | report_reason | varbinary(255) | NO | | | | | report_user | int(10) unsigned | NO | MUL | NULL | | | report_user_text | varbinary(255) | NO | | NULL | | | report_handled | tinyint(1) | NO | MUL | 0 | | | report_handled_by | int(10) unsigned | NO | MUL | 0 | | | report_handled_by_text | varbinary(255) | NO | | | | | report_handled_timestamp | varbinary(14) | NO | MUL | | | +--------------------------+------------------+------+-----+---------+----------------+ 10 rows in set (0.01 sec)