Refine options table

This commit is contained in:
WQY\qiong
2022-11-14 20:09:47 +08:00
parent 08fde4a2d4
commit 2891c1a4db

View File

@@ -4,7 +4,7 @@
create table options
(
key text not null
key text primary key
, value text not null
);