util_reas_corr_action_link
- Last UpdatedNov 20, 2024
- 1 minute read
Note: This table is currently not used.
Defines corrective actions required for downtime.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
reas_cd |
int32 |
Y |
N |
Identify utilization reason |
|
action_id |
int32 |
Y |
N |
Identify corrective action |
|
action_seq |
int32 |
N |
Y |
If multiple corrective actions for a given utilization reason, in which order must they be done (lowest first). |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail. |
FK from reas_cd to util_reas. (Cascade delete)
FK from action_id to corr_action. (Cascade delete)