You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
e.g., collection_information is a one-to-one relationship to samples... this can be expressed by setting the sample_id FK relationship column to primary key...
Currently, one-to-one is maintained by a UNIQUE constraint on the sample_id FK column.
The text was updated successfully, but these errors were encountered:
e.g., collection_information is a one-to-one relationship to samples... this can be expressed by setting the sample_id FK relationship column to primary key...
Currently, one-to-one is maintained by a UNIQUE constraint on the sample_id FK column.
The text was updated successfully, but these errors were encountered: