item_reas_grp_class_link
- Last UpdatedNov 20, 2024
- 1 minute read
The item_reas_grp_class_link table allows many-to-many relationship between groups of reasons and item_classes. This specifies which reason groups and thus reasons can be assigned to which item classes for cases where reasons are product dependent rather than machine dependent.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
reas_grp_id |
int32 |
Y |
N |
Identify reason group |
|
item_class_id |
string40 |
Y |
N |
Which item class applicable to |
|
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 reas_grp_id to item_reas_grp. (Cascade delete)
FK from item_class_id to item_class. (Cascade delete)