Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tbl_assigneddocument_id_seq'::regclass) |
|
|
Primary key |
||||
| documentid | int8 | 19 | √ | null |
|
|
FK: Reference to document master table (e.g., tbl_documents.id) |
||||
| documentname | text | 2147483647 | √ | null |
|
|
Format: String |
||||
| categoryname | text | 2147483647 | √ | null |
|
|
Format: String |
||||
| employeeid | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
||||
| status | varchar | 100 | √ | null |
|
|
Workflow States: PENDING, ACKNOWLEDGED, EXPIRED, DECLINED, REASSIGNED |
||||
| createdby | varchar | 500 | √ | null |
|
|
|||||
| modifiedby | varchar | 500 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
|||||
| signature | varchar | 1000 | √ | null |
|
|
Format: Base64 encoded image or digital signature data |
||||
| date | date | 13 | √ | null |
|
|
Format: Timestamp |
||||
| location | varchar | 255 | √ | null |
|
|
Format: String |
||||
| name | varchar | 255 | √ | null |
|
|
Format: String |
||||
| signature_name | varchar | 255 | √ | null |
|
|
Format: String |
||||
| ip | varchar | 255 | √ | null |
|
|
Format: IPv4/IPv6 address |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_assigneddocument_pkey | Primary key | Asc | id |


