recommendation on changing data type of column?

what's the recommended approach here, e.g. changed from text -> double precision and I got this expected error error: column "time_waiting_for_builds" cannot be cast automatically to type double precision i'm wondering how to go around these kind of things. would editing the resulting migration sql be an anti pattern? is there a recommended approach to do these things?
1 Reply
moustacheful
moustachefulOP3w ago
I saw this https://orm.drizzle.team/docs/kit-custom-migrations but I don't think it's exactly what I need, since I'd be better by changing the existing migration a little
Drizzle ORM - Custom migrations
Drizzle ORM is a lightweight and performant TypeScript ORM with developer experience in mind.

Did you find this page helpful?