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,