Format sql
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- [JUNCTIONS]
|
||||
|
||||
CREATE TABLE JUNCTIONS
|
||||
create table junctions
|
||||
(
|
||||
ID VARCHAR(32) PRIMARY KEY REFERENCES _NODE(ID)
|
||||
, Elevation NUMERIC NOT NULL
|
||||
, Demand NUMERIC
|
||||
, Pattern VARCHAR(32) REFERENCES _PATTERN(ID)
|
||||
id varchar(32) primary key references _node(id)
|
||||
, elevation numeric not null
|
||||
, demand numeric
|
||||
, pattern varchar(32) references _pattern(id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user