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

8 lines
123 B
SQL

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