lmt_obs_set_rels

This page was automatically generated from the database schema dump and may be incomplete or incorrect.

Connects observations (lmt_obs_base) with sets (lmt_sets), including the display order.

1. Columns

Name Type Length Description

ovd_ID

nvarchar

36

GUID of the assignment (primary key, NOT NULL).

ovd_LastUpdatedTS

int

Timestamp of the last change (UNIX time).

set_ID

nvarchar

36

GUID of the set. References lmt_sets.set_ID.

ovd_Position

int

Display order within the set.

obs_ID

nvarchar

7

Observation ID. References lmt_obs_base.obs_ID.