util_reas_category_set
- Last UpdatedNov 20, 2024
- 1 minute read
The util_reas_category_set table defines the possible set of values for a utilization reason category. Allows any number of predefined values per category.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
category |
int32 |
N |
N |
Defines to which category the possible value applies. Value must be between 1 and 4. |
|
possible_value |
string80 |
N |
N |
Possible value |
|
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 |
Y |
N |
Unique row identifier, for audit trail. |
category, possible_value is UK.