Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_resignationclearancetaskinfo_id_seq'::regclass) |
|
|
Primary key |
|
| rclearanceid | varchar | 10 | √ | null |
|
|
FK: public.tbl_ResignationClearance.RClearanceID (Stored as String in this table) |
|
| clearancename | varchar | 50 | √ | null |
|
|
The name of the overall departmental clearance this task belongs to (e.g., “Finance Clearance”). |
|
| taskname | varchar | 2147483647 | √ | null |
|
|
The specific, detailed name of the clearance task (e.g., “Return Company Laptop,” “Clear Library Dues”). |
|
| remarks | varchar | 500 | √ | null |
|
|
Any comments, explanations, or notes recorded by the employee or the clearance officer regarding the task. |
|
| status | varchar | 10 | √ | null |
|
|
The current status of this individual task. |
|
| attachment | varchar | 100 | √ | null |
|
|
Path or reference to any document or file attached as proof of task completion/clearance. |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| approvedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
|
| approveddate | date | 13 | √ | null |
|
|
The date when this individual task was formally approved and completed. |
|
| clearanceid | numeric | 0 | √ | null |
|
|
FK: ID of the master setup for the type of clearance required. |
|
| asset_id | int8 | 19 | √ | null |
|
|
FK: public.tbl_assets.id |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_resignationclearancetaskinfo_pk__tbl_resi__3214ec07fc10f1b4 | Primary key | Asc | id |
