process_class
- Last UpdatedNov 20, 2024
- 1 minute read
The process_class table allows versioning of processes without affecting the process table’s primary key field. This table lists all possible process classes from which process versions are created.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
process_class_id |
string40 |
Y |
N |
Identify a process class |
|
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. |