When creating a query that uses Retool Database as a resource, the columns that should be integers are returned as strings. I double checked the type of the column, and it even happens with columns that evidently should be integers such as ones that use a "sum" aggregation.
This does not happen when using Postgres DB as a resource.