@@ -472,6 +472,52 @@ public function tableExists($table) {
return(bool)$this->connection->query("SELECT 1 FROM pg_tables WHERE schemaname = :schema AND tablename = :table",[':schema'=>$prefixInfo['schema'],':table'=>$prefixInfo['table']])->fetchField();