Ash

Results 2 issues of Ash

Added backticks around the table name to prevent errors in relation to MYSQL's reserved keywords: https://dev.mysql.com/doc/refman/9.0/en/keywords.html

![image](https://github.com/user-attachments/assets/1fb39220-65a3-45a4-9989-d6e921ee47fe) Related to reserved keywords. For example: if you have a table named groups it will throw the above error because its a reserved keyword. FIX: Put backticks around table/column...