Files
TJWaterServer/script/sql/section_create/22.report.sql
2022-08-27 11:54:33 +08:00

10 lines
103 B
SQL

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