mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-11 07:19:23 +09:00
new: fix & add dispatch_table
This commit is contained in:
parent
ecbb3daa14
commit
cb6e50b7dc
3 changed files with 82 additions and 15 deletions
|
@ -40,7 +40,8 @@ CREATE TABLE qaqc_dispatch (
|
|||
source_place TEXT NOT NULL,
|
||||
destination TEXT NOT NULL,
|
||||
time DATETIME,
|
||||
FOREIGN KEY("qaqc_campaign_id") REFERENCES "qaqc_campaigns"("id")
|
||||
FOREIGN KEY("qaqc_campaign_id") REFERENCES "qaqc_campaigns"("id"),
|
||||
FOREIGN KEY("psb_id") REFERENCES "ps_boards"("id")
|
||||
);
|
||||
|
||||
CREATE TABLE qaqc_campaigns (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue