What is unclear about the error message your database engine is giving you?
Qt Code:
  1. Output:
  2. *** UnloggedQueryExec: query failed: "CREATE TABLE log(id INTEGER PRIMARY KEY,descr varchar(30))"
  3. "table tipolog already exists Unable to fetch row"
To copy to clipboard, switch view to plain text mode 

BTW: it helps if the code you post and the errors you present match