missing type declarations in mysql-core imports (>v0.25.1)

after upgrading drizzle-orm to v0.25.1 i get some errors in my schema telling me that drizzle-orm/mysql-core/indexes, columns and table all have missing type declarations, any idea why that might be happening?
2 Replies
bloberenober
bloberenober15mo ago
you should now import from drizzle-orm/mysql-core
Jeyprox
Jeyprox15mo ago
ah, ty for specifying :D just saw that there were some changes to the imports