blob: 02550a1439847ba61af434eb98470cc5f6d345bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
.create table TechMonitorsTable (
ID: int,
GUID: string,
LAST_UPDATED: datetime,
CODE: int,
NAME: string,
DESCRIPTION: string,
MIN: real,
MAX: real,
UNITS: string,
POINTS_PER_FRAME: int,
MULTI_CHANNEL: bool,
CHANNEL_COUNT: int
)
|