Files
TJWaterServer/script/sql/create/17.quality.sql
2022-12-17 11:10:15 +08:00

10 lines
147 B
SQL

-- [QUALITY]
create table quality
(
node varchar(32) primary key references _node(id)
, quality numeric not null
);
-- delete when delete ndoe