Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
workshopid | BIGINT | 19 | null |
|
|
|||||
example | TINYINT | 3 | √ | 0 |
|
|
||||
BIGINT | 19 | null |
|
|
||||||
timecreated | BIGINT | 19 | null |
|
|
|||||
timemodified | BIGINT | 19 | null |
|
|
|||||
title | VARCHAR | 255 |
|
|
||||||
content | LONGTEXT | 2147483647 | √ | null |
|
|
||||
contentformat | SMALLINT | 5 | 0 |
|
|
|||||
contenttrust | SMALLINT | 5 | 0 |
|
|
|||||
attachment | TINYINT | 3 | √ | 0 |
|
|
||||
grade | DECIMAL | 10,5 | √ | null |
|
|
||||
gradeover | DECIMAL | 10,5 | √ | null |
|
|
||||
gradeoverby | BIGINT | 19 | √ | null |
|
|
||||
LONGTEXT | 2147483647 | √ | null |
|
|
|||||
SMALLINT | 5 | √ | 0 |
|
|
|||||
timegraded | BIGINT | 19 | √ | null |
|
|
||||
published | TINYINT | 3 | √ | 0 |
|
|
||||
late | TINYINT | 3 | 0 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
worksubm_aut4_ix | Performance | Asc | authorid |
worksubm_gra4_ix | Performance | Asc | gradeoverby |
worksubm_wor4_ix | Performance | Asc | workshopid |