Some observations from layers (i.e. temperature or density) do not come with instrument information. Instead of leaving the instrument_id column empty, we are adding a default "unknown" instrument to keep the DB record integrity. The foreign key in this table is also enforced via non-null constraint.
This was the result of a discussion with @aaarendt
FYI - @micahjohnson150 @micah-prime
Some observations from layers (i.e. temperature or density) do not come with instrument information. Instead of leaving the
instrument_idcolumn empty, we are adding a default "unknown" instrument to keep the DB record integrity. The foreign key in this table is also enforced via non-null constraint.This was the result of a discussion with @aaarendt
FYI - @micahjohnson150 @micah-prime