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

10 lines
103 B
SQL

-- [REPORT]
-- TODO: constraint
CREATE TABLE REPORT
(
Key TEXT NOT NULL
, Value TEXT NOT NULL
);