New Std_Oper_Step_Choice Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
oper_id |
string40 |
N |
N |
Identify operation |
|
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 |
oper_id, step_no, choice_no is clustered UK.
oper_id, step_no, choice_label is UK.
FK from oper_id, step_no to std_oper_step. (Cascade delete)
(CR L69978)