New QM_Spec_Attr_Link Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
Defines which sample attributes may be used by a particular QM specification by the presence of the record.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
qm_spec_id |
int32 |
Y |
N |
Identify QM specification |
|
attr_id |
int32 |
Y |
N |
Identify attribute |
|
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 |
N |
N |
Unique row identifier |
FK from qm_spec_id to QM_spec. (Cascade delete)
FK from attr_id to attr. (Cascade delete)