From 6981bf3f062f6dc59318b39f90aa00447bd3db8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A2=9C=E6=B8=8A?= <905907915@qq.com> Date: Tue, 18 Aug 2020 09:08:14 +0800 Subject: [PATCH] Edit by browser --- mytest1.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mytest1.sql b/mytest1.sql index 018c922..582b6e7 100644 --- a/mytest1.sql +++ b/mytest1.sql @@ -1,3 +1,5 @@ +DROP TABLE if exists thumbnails; +DROP TABLE if exists images; create table IF not EXISTS images( _id integer PRIMARY KEY, _data TEXT,