Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_document_title_id_seq'::regclass) |
|
|
Primary key |
|
| type_id | int8 | 19 | null |
|
|
Document type reference |
||
| title_name | varchar | 100 | null |
|
|
Title Name |
||
| title_label | varchar | 100 | null |
|
|
Title Label |
||
| title_mapping | varchar | 100 | √ | null |
|
|
Title Mapping Enum |
|
| is_mandatory | bool | 1 | √ | null |
|
|
Is Mandatory |
|
| verification_required | bool | 1 | √ | null |
|
|
Verification Required |
|
| is_multiple_allowed | bool | 1 | √ | null |
|
|
Multiple Uploads Allowed |
|
| is_active | bool | 1 | √ | null |
|
|
Active Flag |
|
| title_index | int8 | 19 | √ | null |
|
|
Display Order Index |
|
| is_editable | int4 | 10 | √ | null |
|
|
Editable Flag |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_tbl_document_title | Primary key | Asc | id |
