Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||||||
areaid | BIGINT | 19 | null |
|
|
|||||||||||
method | VARCHAR | 100 |
|
|
The name of the plugin providing this grading form |
|||||||||||
name | VARCHAR | 255 |
|
|
The title of the form that helps users to identify it |
|||||||||||
description | LONGTEXT | 2147483647 | √ | null |
|
|
More detailed description of the form |
|||||||||
descriptionformat | TINYINT | 3 | √ | null |
|
|
Format of the description field |
|||||||||
status | BIGINT | 19 | 0 |
|
|
Status of the form definition, by default in the under-construction state |
||||||||||
copiedfromid | BIGINT | 19 | √ | null |
|
|
The id of the original definition that this was initially copied from or null if it was from scratch |
|||||||||
timecreated | BIGINT | 19 | null |
|
|
The timestamp of when the form definition was created initially |
||||||||||
usercreated | BIGINT | 19 | null |
|
|
The ID of the user who created this definition and is considered as its owner for access control purposes |