Я ебала рот этого mysql
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Group (
id int not null,
last_parse_time timestamp,
' at line 1
У тебя ошибка, иди читай мануалы чмо, где ошибка я не скажу с лохами не общаюсь
CREATE TABLE IF NOT EXISTS Group (
id int not null,
last_parse_time timestamp,
primary key (id)
);