sample_plan_freq_link
- Last UpdatedNov 20, 2024
- 1 minute read
The sample_plan_freq_link table allows a sample plan frequency to belong to many sample plans, and more than one sample plan frequency to belong to a single sample plan.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
plan_id |
int32 |
Y |
N |
Identify sample plan |
|
freq_id |
int32 |
Y |
N |
Identify sample plan frequency |
|
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 plan_id to sample_plan. (Cascade delete)
FK from freq_id to sample_freq. (Cascade delete)