Files
TJWaterServer/script/sql/create/11.patterns.sql
2022-10-29 09:11:27 +08:00

9 lines
146 B
SQL

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