Add vertex api and test
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
|
||||
create table vertices
|
||||
(
|
||||
link varchar(32) references _link(id) not null
|
||||
_order serial primary key
|
||||
, link varchar(32) references _link(id) not null
|
||||
, x numeric not null
|
||||
, y numeric not null
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user