Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tbl_document_id_seq'::regclass) |
|
|
Primary key |
|
| documentcategoryid | int8 | 19 | null |
|
|
FK: public.tbl_documentcategory.id |
||
| documentcategoryname | text | 2147483647 | √ | null |
|
|
Format: String |
|
| documentname | text | 2147483647 | √ | null |
|
|
Format: String |
|
| documentdescription | text | 2147483647 | √ | null |
|
|
Format: String |
|
| applicablecriteria | text | 2147483647 | √ | null |
|
|
Format: JSON Rule Engine Syntax |
|
| acknowledgementrequired | bool | 1 | false |
|
|
Flag Type: Boolean |
||
| content | text | 2147483647 | √ | null |
|
|
Format: HTML Text or Rich Text |
|
| downloadrequired | bool | 1 | false |
|
|
Flag Type: Boolean |
||
| showtoemployee | bool | 1 | true |
|
|
Flag Type: Boolean |
||
| attachment | text | 2147483647 | √ | null |
|
|
Format: String (File path or reference) |
|
| status | bool | 1 | true |
|
|
Flag Type: Boolean |
||
| createdby | varchar | 500 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 500 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_document_pkey | Primary key | Asc | id |
