std_oper_spec_ver
- Last UpdatedNov 20, 2024
- 1 minute read
The std_oper_spec_ver table holds header information for sets of standard operation specs according to version number; which contains version control information.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
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 std_oper_ent_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 |
N |
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 oper_id to std_oper. (Cascade delete)