Is there a way to configure pg introspect to generate date rather than string inference columns?
My workflow involves writing migrations by hand outside of drizzle and using schema introspection to pull in changes. This works well except for date columns, which are always generated as
mode: 'string' by default.