how to add a column to my database in production without wiping database (prisma x mysql)
I want to add a column to my current user table
I want to add a column called verified and defaults to false
But we are currently in production with large users i can't afford data lose any ideas?
I want to add a column called verified and defaults to false
But we are currently in production with large users i can't afford data lose any ideas?