Commit f40c4b0c authored by Pavel Vainerman's avatar Pavel Vainerman

added 'table example' for DBServer_PGSQL

parent 0ae26377
CREATE TABLE main_history (
id PRIMARY KEY NOT NULL,
date date NOT NULL,
time time NOT NULL,
time_usec int NOT NULL CHECK (time_usec >= 0),
sensor_id int NOT NULL,
value double precision NOT NULL,
node int NOT NULL,
confirm int DEFAULT NULL,
PRIMARY KEY (id)
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment