Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tbl_approvalconfiguration_id_seq'::regclass) |
|
|
Primary key |
|
| sbuid | varchar | 50 | √ | null |
|
|
FK: Reference to SBU master table |
|
| approvalconfigname | varchar | 50 | √ | null |
|
|
The user-friendly name of the workflow (e.g.,Employee promotion). |
|
| status | bool | 1 | √ | null |
|
|
The current lifecycle status of the configuration (e.g., Active, Inactive, Draft). |
|
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the configuration record was created. |
|
| createdby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
|
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of the last modification to the configuration record. |
|
| modifiedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or public.tbl_employee.employeeid |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_approvalconfiguration_pk__tbl_appr__3214ec279356cd30 | Primary key | Asc | id |
