util_reas_link
- Last UpdatedNov 20, 2024
- 1 minute read
The util_reas_link table defines which reasons are relevant to each entity. Allows many-to-many relationships between machines and reasons.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ent_id |
int32 |
Y |
N |
Identify entity |
|
raw_reas_cd |
string40 |
Y |
N |
reas_cd from IO; -1 if not monitored from IO, but entered manually |
|
reas_cd |
int32 |
Y |
N |
Possible final reas_cd |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
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 ent_id to ent. (Cascade delete)
FK from reas_cd to util_reas. (Cascade delete)