Refine times table

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

View File

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