Hello,
I'have to create some reports with my database.
I saw that is not possible to retrieve the fields "createdAt" and "updateATt" when exporting database in CSV or JSON.
First Question : Is there a way to retrieve these fields in a databse export ?
Cause I can't have these "date" fields (it's necessary for my reporting), i decided to make a "side" app to export my Appery.io Database to a mysql Database (with appery express) but i found a limitation and i can only retrieve 1500 rows when i call a database_service
Second Question : Is there a way to get all my object without limitation when i call a service (it's not to use in a mobile app but to export my Apperyio Database to a mysql databse cause i can't have the field "createdAt" and "updateAt" when i export my databse to Json or CSV)
Thanks you