Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_stage_trigger_status_id_seq'::regclass) |
|
|
Primary key |
|
| createdby | varchar | 50 | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
||
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the trigger execution record was created. |
|
| modifiedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id or similar (Presumed Foreign Key) |
|
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the trigger status record was last modified. |
|
| uid | int8 | 19 | √ | null |
|
|
FK: public.tbl_employee.employeeid or other entity ID (Presumed Foreign Key) |
|
| entity | varchar | 255 | √ | null |
|
|
The module or type of business object being processed by the trigger. |
|
| status | bool | 1 | √ | null |
|
|
The outcome of the trigger execution. |
|
| data | text | 2147483647 | √ | null |
|
|
Detailed log data or response payload from the trigger action. |
|
| stage | varchar | 100 | √ | null |
|
|
The stage of the workflow at the time the trigger was executed. |
|
| triggerid | int8 | 19 | √ | null |
|
|
FK: public.tbl_stage_trigger.id |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_stage_trigger_status_pk__tbl_stag__3213e83f55f61440 | Primary key | Asc | id |
