Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_checklist_documents_id_seq'::regclass) |
|
|
||
| document_type_id | int8 | 19 | null |
|
|
|||
| document_title_id | int8 | 19 | null |
|
|
|||
| label_for_candidate | varchar | 100 | null |
|
|
|||
| checklist_id | int8 | 19 | null |
|
|
|||
| is_mandatory | bool | 1 | √ | null |
|
|
||
| verification_required | bool | 1 | √ | null |
|
|
||
| is_multiple_allowed | bool | 1 | √ | null |
|
|
||
| is_delete | bool | 1 | √ | null |
|
|
||
| document_index | int8 | 19 | null |
|
|
|||
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of the last modification. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_tbl_checklist_documents | Primary key | Asc | id |
