Trying to execute a standard insert query, but it doesn\'t work.
INSERT INTO users (vk_id, eu_name, eu_society, eu_notes, eu_want_team) VALUES (\"123123133\"
you could try this as well
INSERT INTO "user" ("username", "password_hash", "first_name", "last_name") VALUES( 'Foo',MD5('54321'),'Foo','Bar' );