drizzle-team / drizzle-team/drizzle-orm
[FEATURE]: support citext on introspection
Open
db/postgres
drizzle/kit
enhancement
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
### Describe want to want
actually it's not able to introspect a citext column
```
// TODO: failed to parse database type 'citext'
email: unknown("email").notNull(),
```
Contributor guide
Assessment
This issue has not been assessed yet.