New Corr_Action_Log Table (in FI_Large)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
log_id |
int32 |
N |
N |
Identify util_log record |
|
action_id |
int32 |
N |
N |
Identify corrective action |
|
notes |
notes |
N |
Y |
Additional information about this particular corrective action. |
|
last_edit_comment |
string254 |
N |
Y |
Why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
created_by |
string40 |
N |
N |
Who did the corrective action |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
created_at |
tdatetime |
N |
N |
When corrective action taken |
|
row_id |
ID 0 |
Y |
N |
Unique row identifier, for audit trail. |
FK from log_id to util_log. (Cascade delete)
FK from action_id to corr_action. (Cascade delete)