Что тут не так:
INSERT INTO games SET moves = 0, winner = "net", creator = ?, 1 = "-", 2 = "-", 3 = "-", 4 = "-", 5 = "-", 6 = "-", 7 = "-", 8 = "-", 9 = "-"
Ошибка:
code: 'ER_PARSE_ERROR',
errno: 1064,
sqlState: '42000',
sqlMessage: `You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '1 = "-", 2 = "-", 3 = "-", 4 = "-", 5 = "-", 6 = "-", 7 = "-", 8 = "-", 9 = "-"' at line 1`,
sql: 'INSERT INTO games SET moves = 0, winner = "net", creator = 1543919532, 1 = "-", 2 = "-", 3 = "-", 4 = "-", 5 = "-", 6 = "-", 7 = "-", 8 = "-", 9 = "-"'