how to convert serial to uuid type

Hello
I'm trying out drizzle but i'm stuck on a problem
I created a
todos
table with id as serial type, migrated and pushed it to my db, now I wanted to change the type to uuid but the following error appears on my console
PostgresError: column "id" cannot be cast automatically to type uuid
image.png
image.png
Was this page helpful?