Format sql

This commit is contained in:
WQY\qiong
2022-10-09 11:06:19 +08:00
parent d99c0eacbf
commit 9accb467b2
58 changed files with 283 additions and 283 deletions

View File

@@ -1,11 +1,11 @@
DROP TABLE IF EXISTS _PATTERN;
drop table if exists _pattern;
DROP TABLE IF EXISTS _CURVE;
drop table if exists _curve;
DROP TABLE IF EXISTS _LINK;
drop table if exists _link;
DROP TABLE IF EXISTS _NODE;
drop table if exists _node;
DROP TYPE IF EXISTS _LINK_TYPE;
drop type if exists _link_type;
DROP TYPE IF EXISTS _NODE_TYPE;
drop type if exists _node_type;