Changing `id` type from serial to uuid, causing error.
I'm sorry, I'm new to Drizzle, but I've read through the documentation and discord and cannot find a solution to my problem.
I'm using Next.js 14, Postgresql through Vercel.
When I first started, I built a test
Could you please tell me how I'm supposed to update my table?
I'm using Next.js 14, Postgresql through Vercel.
When I first started, I built a test
UsersTable but now I want to change the id from a serial to a uuid. Everytime I try to generate:pg it works, but push:pg fails, giving the following error: Could you please tell me how I'm supposed to update my table?