mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-04 02:29:33 +09:00
add: skew column to positions
This commit is contained in:
parent
066e0d5e46
commit
ead17f3d58
4 changed files with 36 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue