DROP TABLE IF EXISTS upload_temp; CREATE TABLE IF NOT EXISTS upload_temp( name text, mime text, content text );