drizzle-team / drizzle-orm

Headless TypeScript ORM with a head. Runs on Node, Bun and Deno. Lives on the Edge and yes, it's a JavaScript ORM too 😅
https://orm.drizzle.team
Apache License 2.0
23.51k stars 576 forks source link

[BUG]:point and line types missing #2466

Closed eaoliver closed 3 months ago

eaoliver commented 3 months ago

What version of drizzle-orm are you using?

0.30.10

What version of drizzle-kit are you using?

0.21.4

Describe the Bug

The point and line column types don't exist in drizzle-orm.

https://orm.drizzle.team/docs/column-types/pg#point

Expected behavior

No response

Environment & setup

No response

AndriiSherman commented 3 months ago

those types are available in drizzle-orm@0.31.0 and higher