Add label api and test
This commit is contained in:
@@ -5,5 +5,6 @@ create table labels
|
||||
x numeric not null
|
||||
, y numeric not null
|
||||
, label text not null
|
||||
, anchornode varchar(32) references _node(id)
|
||||
, node varchar(32) references _node(id)
|
||||
, primary key (x, y)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user