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
CREATE TABLE IF NOT EXISTS calibration ( domain VARCHAR(35), name VARCHAR(25) NOT NULL, sig VARCHAR(1) NOT NULL, value VARCHAR(25) NOT NULL, updated TIMESTAMP NOT NULL, comment VARCHAR(100) );