oper_spec_ver
- Last UpdatedNov 20, 2024
- 1 minute read
The oper_spec_ver table holds header information for sets of operation specs according to version number; which contains version control information.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
process_id |
string40 |
Y |
N |
Identify process |
|
oper_id |
string40 |
Y |
N |
Identify operation |
|
ver_id |
string40 |
Y |
N |
Identify revision to spec database |
|
ver_date |
tdatetime |
N |
N |
Date version (this record and related oper_ent_spec and BOM_item_oper_spec records) created/last modified, in UTC |
|
ver_comments |
string80 |
N |
Y |
Comments for this version |
|
preferred_ver |
logical |
N |
N |
Is this the preferred version? Default = No. |
|
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 |
|
mod_id |
timestamp |
N |
N |
A binary number that increments each time the row is modified. |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail |
FK from process_id, oper_id to oper. (Cascade delete)