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,8 +1,8 @@
-- [CURVES]
CREATE TABLE CURVES
create table curves
(
ID VARCHAR(32) REFERENCES _CURVE(ID) NOT NULL
, X NUMERIC NOT NULL
, Y NUMERIC NOT NULL
id varchar(32) references _curve(id) not null
, x numeric not null
, y numeric not null
);