how to convert serial to uuid type
Hello
I'm trying out drizzle but i'm stuck on a problem
I created a
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 consolePostgresError: column "id" cannot be cast automatically to type uuid
