res_std_oper_link
- Last UpdatedNov 20, 2024
- 1 minute read
Note: This table is currently not used.
The res_std_oper_link table defines how many of each resource are required for a standard operation.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
res_id |
int32 |
Y |
N |
Identify a resource |
|
oper_id |
string40 |
Y |
N |
Identify operation |
|
qty_reqd |
tfloat |
N |
N |
Quantity required for this operation |
|
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 res_id to res.(Cascade delete)
FK from oper_id to std_oper.(Cascade delete)