New Result_Attr Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
Defines attributes for a measurement of a characteristic in a sample. Note that this does not create new records if results are superseded but is assumed to apply only to the non-superseded (current) result; therefore there cannot be a foreign key relation to the result table.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
sample_id |
int32 |
Y |
N |
Identify sample |
|
char_id |
int32 |
Y |
N |
Identify characteristic |
|
value_no |
int32 |
Y |
N |
Identify value in the subgroup |
|
attr_id |
int32 |
Y |
N |
Identify attribute |
|
attr_value |
string1700 |
N |
Y |
Value for this combination |
|
notes |
notes |
N |
Y |
Notes for this combination |
|
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 attr_id to attr. (Cascade delete)