Refine report table

This commit is contained in:
WQY\qiong
2022-11-14 20:09:31 +08:00
parent 75a825da37
commit 08fde4a2d4

View File

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