Files
TJWaterServer/script/sql/create/11.patterns.sql
2022-10-22 12:55:16 +08:00

8 lines
118 B
SQL

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