Refine curve to add type

This commit is contained in:
WQY\qiong
2022-11-04 22:18:01 +08:00
parent 91ae7608a3
commit f9de76ee1d
6 changed files with 181 additions and 43 deletions

View File

@@ -6,6 +6,8 @@ drop table if exists _link;
drop table if exists _node;
drop type if exists _curve_type;
drop type if exists _link_type;
drop type if exists _node_type;