Files
TJWaterServer/script/sql/create/23.options.sql
2022-10-09 11:06:19 +08:00

10 lines
105 B
SQL

-- [OPTIONS]
-- TODO: constraint
create table options
(
key text not null
, value text not null
);