mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-11 07:19:23 +09:00
new: add resistance test table & data putting procedure
This commit is contained in:
parent
eba8d8f395
commit
ecbb3daa14
2 changed files with 20 additions and 19 deletions
|
@ -49,7 +49,7 @@ CREATE TABLE qaqc_campaigns (
|
|||
);
|
||||
|
||||
CREATE TABLE qaqc_resistance_check (
|
||||
id INTEGER NOT NULL PRIMARY KEY,
|
||||
id INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
psb_id INTEGER NOT NULL,
|
||||
passed BOOLEAN,
|
||||
FOREIGN KEY("psb_id") REFERENCES "ps_boards"("id")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue