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

10 lines
105 B
SQL

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