Files
TJWaterServer/sql/section_create/23.options.sql
2022-08-27 11:49:43 +08:00

10 lines
105 B
SQL

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