Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_grading_definitions_id_seq'::regclass) |
|
|
||||||||||
areaid | int8 | 19 | null |
|
|
|||||||||||
method | varchar | 100 | ''::character varying |
|
|
|||||||||||
name | varchar | 255 | ''::character varying |
|
|
|||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||
descriptionformat | int2 | 5 | √ | null |
|
|
||||||||||
status | int8 | 19 | 0 |
|
|
|||||||||||
copiedfromid | int8 | 19 | √ | null |
|
|
||||||||||
timecreated | int8 | 19 | null |
|
|
|||||||||||
usercreated | int8 | 19 | null |
|
|
|||||||||||
timemodified | int8 | 19 | null |
|
|
|||||||||||
usermodified | int8 | 19 | null |
|
|
|||||||||||
timecopied | int8 | 19 | √ | 0 |
|
|
||||||||||
options | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_graddefi_id_pk | Primary key | Asc | id |
app_graddefi_are_ix | Performance | Asc | areaid |
app_graddefi_aremet_uix | Must be unique | Asc/Asc | areaid + method |
app_graddefi_use2_ix | Performance | Asc | usercreated |
app_graddefi_use_ix | Performance | Asc | usermodified |