Pregunta

Thats awful, I can't find where I can turn if off!

Image

The prolem is that PhpStorm detectes quote as Bad Token and Underwaves it.

¿Fue útil?

Solución

The backticks delimiters for table and column names are not SQL compliant, they're MySQL, hence it's giving an error.

To fix the problem, inject the "MySQL" language into the string. The problem should be resolved.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top