I have a column with SQL: `latitude numeric(8, 6) null` However, the type does not get recognized for TS export: `latitude?: any // type unknown;`