30 lines
1.1 KiB
Markdown
30 lines
1.1 KiB
Markdown
|
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](help/database/db_report) | id |
|
||
|
|
||
|
Return to [database documentation](help/database)
|