New Sample_Char_Rule_Link Table (in FI_Large)
- Last UpdatedDec 18, 2018
- 1 minute read
Records rule violations by characteristic for an actual sample.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|
sample_id |
int32 |
Y |
N |
Identify the sample |
|
char_id |
int32 |
Y |
N |
Identify the characteristic |
|
rule_id |
int32 |
Y |
N |
Identify the control rule violated |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 0 |
N |
N |
Unique row identifier |
FK from sample_id, char_id to sample_char_link. (Cascade delete)
FK from rule_id to spc_rule. (Cascade delete)