Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| user_id | MEDIUMINT UNSIGNED | 8 | null |
|
|
||||||
| MEDIUMINT UNSIGNED | 8 | null |
|
|
|||||||
| watched | TINYINT | 3 | 0 |
|
|
boolean that marks notes that should be reviewed at a later time (i.e. gather facts before applying a ban) |
|||||
| note | MEDIUMTEXT | 16777215 | null |
|
|
||||||
| create_time | TIMESTAMP | 19 | current_timestamp() |
|
|
||||||
| update_time | TIMESTAMP | 19 | current_timestamp() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| user_notes_author_login_id_fk | Performance | Asc | author |
| user_notes_user_login_id_fk | Performance | Asc | user_id |
| user_notes_watched_index | Performance | Asc | watched |

