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