Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_stage_trigger_action_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 action 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 action record was last modified. |
||||
| type | varchar | 255 | √ | null |
|
|
The type of action to be performed. |
||||
| value | varchar | 255 | √ | null |
|
|
The payload or parameter required to execute the action. |
||||
| failid | int8 | 19 | √ | null |
|
|
FK: public.tbl_stage.id or public.tbl_stage_actions.id (Presumed Foreign Key) |
||||
| successid | int8 | 19 | √ | null |
|
|
FK: public.tbl_stage.id or public.tbl_stage_actions.id (Presumed Foreign Key) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_stage_trigger_action_pk__tbl_stag__3213e83fa4585195 | Primary key | Asc | id |

