Trying to execute this query in my test but struggling with the correct syntax.
return strapi.connections.default.raw(`
delete from nurses;
delete from users_permissions_user;`);
});
Since this is not using PostgreSQL and MySQL does not support hyphens in table names, are there any suggestions on how to proceed?