Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('module_score_id_seq'::regclass) |
|
|
|||||
evaluator | text | 2147483647 | null |
|
|
||||||
accepted | bool | 1 | null |
|
|
||||||
points | numeric | 0 | √ | null |
|
|
|||||
module_id | int8 | 19 | null |
|
|
||||||
section_score_id | int8 | 19 | null |
|
|
||||||
created | timestamp | 29,6 | now() |
|
|
||||||
updated | timestamp | 29,6 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
module_score_pkey | Primary key | Asc | id |
module_once_per_section_score | Must be unique | Asc/Asc | module_id + section_score_id |