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

10 lines
103 B
SQL

-- [REPORT]
-- TODO: constraint
create table report
(
key text not null
, value text not null
);