Files
TJWaterServer/script/sql/create/12.curves.sql
2022-10-09 11:06:19 +08:00

9 lines
128 B
SQL

-- [CURVES]
create table curves
(
id varchar(32) references _curve(id) not null
, x numeric not null
, y numeric not null
);