Files
TJWaterServer/script/sql/create/11.patterns.sql
2023-05-05 21:18:56 +08:00

9 lines
145 B
SQL

-- [PATTERNS]
create table patterns
(
_order serial primary key
, id varchar(32) references _pattern(id) not null
, factor float8 not null
);