.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 )