Good morning to everyone, i am facing this problem:
I want to add _order = "requestDate desc"
but when i add it, i got this error, colum_name not exist in the table. So i inspect the database and saw that in the descriptive language, the field is in quotes like this: "requestDate" date.
Do someone know how i could fix this without modifiying directly in the database because the system is already in production.
Also, please tell me if that is my last possibility.
Thank you in advance.