New Job_Step_Choice Table (in FI_Data)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
wo_id |
string40 |
N |
N |
Identify work order |
|
oper_id |
string40 |
N |
N |
Identify operation |
|
seq_no |
int32 |
N |
N |
Identify row in job table |
|
step_no |
int32 |
N |
N |
Identify step |
|
choice_no |
int32 |
N |
N |
Identify choice |
|
choice_label |
string40 |
N |
N |
Label to display for choice |
|
last_edit_comment |
string254 |
N |
Y |
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 0 |
Y |
N |
Unique row identifier, for audit trail |
wo_id, oper_id, seq_no, step_no, choice_no is clustered UK.
wo_id, oper_id, seq_no, step_no, choice_label is UK.
FK from wo_id, oper_id, seq_no, step_no to job_step. (Cascade delete)
(CR L69978)