char_rule_exc
- Last UpdatedNov 20, 2024
- 1 minute read
The char_rule_exc table allows a characteristic to be excluded from a possible control rule violation, even if linked to a QM specification that uses that control rule. This is a link table so it has no spares.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
char_id |
int32 |
Y |
N |
Identify characteristic |
|
rule_id |
int32 |
Y |
N |
Identify rule; same coding as the qm_spec_rule_link table. |
|
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 |
FK from char_id to characteristic. (Cascade delete)
FK from rule_id to spc_rule. (Cascade delete)