Open andresribeiro opened 1 year ago
Is there any progress on this feature?
As an alternative, is there a way to tap into a field-type generator during introspection? So I can convert this:
// TODO: failed to parse database type 'citext'
some_field: unknown("some_field")
Into this:
some_field: my_custom_type("some_field")
unknown(...)
makes generated schema invalid
This probably falls under custom types in general, and someone filed an issue for that more recently: https://github.com/drizzle-team/drizzle-orm/issues/3446
Hopefully we can get a workaround in the meantime.
Describe want to want
actually it's not able to introspect a citext column