Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_departmentclearancetasksetuphistory_id_seq'::regclass) |
|
|
Primary key |
|
| departmentclearancetasksetupid | int8 | 19 | √ | null |
|
|
FK: public.tbl_DepartmentClearanceTaskSetUp.Id (Implied) |
|
| departmentclearanceid | int8 | 19 | √ | null |
|
|
FK: public.tbl_DepartmentClearanceSetUpHistory.Id |
|
| taskname | varchar | 2147483647 | √ | null |
|
|
The name or description of the specific clearance step/task as it was defined at the time of this history entry (e.g., “Collect all Company ID Cards”). |
|
| 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) |
|---|---|---|---|
| tbl_departmentclearancetasksetuphistory_pk__tbl_depa__3214ec071 | Primary key | Asc | id |
