Refine script

This commit is contained in:
wqy
2022-09-01 22:01:10 +08:00
parent 96c5857653
commit 5ac03bb9bf
60 changed files with 70 additions and 63 deletions

View File

@@ -0,0 +1,9 @@
-- [JUNCTIONS]
CREATE TABLE JUNCTIONS
(
ID VARCHAR(32) PRIMARY KEY REFERENCES _NODE(ID)
, Elevation NUMERIC NOT NULL
, Demand NUMERIC
, Pattern VARCHAR(32) REFERENCES _PATTERN(ID)
);