Alter default user schema, remove image field from it
Hi, is it possible to alter default user schema, from postgres i removed image field and i want to do to same in here:
3 Replies
I removed from here 'image' field that i dont need
Just to clarify - what are you trying to accomplish exactly?
If you’ve already removed the image field from your Prisma schema and applied the migration, it shouldn’t exist in the database anymore.
Yeah and there was some problem on client side, it was saying unable_to_create_user, now i changed a few things and there is no error anymore
i still have client side access to image in code, but i dont care about that