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

10 lines
105 B
SQL

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