add: skew column to positions

This commit is contained in:
Wataru Otsubo 2024-09-30 14:39:43 +09:00
parent 066e0d5e46
commit ead17f3d58
4 changed files with 36 additions and 6 deletions

View file

@ -93,7 +93,8 @@ CREATE TABLE qaqc_positions (
id INTEGER NOT NULL PRIMARY KEY,
name TEXT NOT NULL UNIQUE,
station INTEGER NOT NULL,
position INTEGER NOT NULL
position INTEGER NOT NULL,
rising_ns NUMERIC NOT NULL
);
CREATE VIEW qaqc_single_run_table