sample_char_link_to_go
- Last UpdatedNov 20, 2024
- 1 minute read
The sample_char_link_to_go table records characteristics for a future sample.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
sample_id |
int32 |
Y |
N |
Identify the sample |
|
char_id |
int32 |
Y |
N |
Identify the characteristic |
|
qm_spec_id |
int32 |
N |
Y |
Specification from which the sample was generated |
|
last_edit_comment |
notes |
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 sample_id to sample_to_go. (Cascade delete)
FK from char_id to characteristic. (Cascade delete)
FK from qm_spec_id to qm_spec. (Cascade delete)