Format sql
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
-- [LABELS]
|
||||
|
||||
CREATE TABLE LABELS
|
||||
create table labels
|
||||
(
|
||||
X NUMERIC NOT NULL
|
||||
, Y NUMERIC NOT NULL
|
||||
, Label TEXT NOT NULL
|
||||
, AnchorNode VARCHAR(32) REFERENCES _NODE(ID)
|
||||
x numeric not null
|
||||
, y numeric not null
|
||||
, label text not null
|
||||
, anchornode varchar(32) references _node(id)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user