Add backdrop api and test

This commit is contained in:
WQY\qiong
2022-11-04 14:39:30 +08:00
parent 865d1d2cf1
commit 789136a881
5 changed files with 88 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ create table backdrop
(
content text primary key
);
insert into backdrop (content) values ('');