Responses are coming back with Capitalized table names

When I run queries and joins, my table names are coming back with uppercase table names which breaks my models and UI that has existed with lowercase further down the chain. Any way to force everything to be lowercase? For example:
[
{
"Result": {
"createdAt": "2023-09-05T11:18:46.140Z",
"updatedAt": "2023-09-22T10:11:13.182Z"
},
"Note": {
"createdAt": "2023-09-05T11:22:08.511Z"
},
"Alert": {
"createdAt": "2023-09-05T11:18:50.264Z",
"updatedAt": "2023-09-13T09:35:20.743Z"
}
}
]
[
{
"Result": {
"createdAt": "2023-09-05T11:18:46.140Z",
"updatedAt": "2023-09-22T10:11:13.182Z"
},
"Note": {
"createdAt": "2023-09-05T11:22:08.511Z"
},
"Alert": {
"createdAt": "2023-09-05T11:18:50.264Z",
"updatedAt": "2023-09-13T09:35:20.743Z"
}
}
]
1 Reply
Angelelz
Angelelz14mo ago
Can you show the query that got you this result?
Want results from more Discord servers?
Add your server