Format sql
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
-- [QUALITY]
|
||||
|
||||
CREATE TABLE QUALITY
|
||||
create table quality
|
||||
(
|
||||
Node VARCHAR(32) PRIMARY KEY REFERENCES _NODE(ID)
|
||||
, InitialQual NUMERIC NOT NULL
|
||||
node varchar(32) primary key references _node(id)
|
||||
, initialqual numeric not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user