Prisma.Schema will not Update

Solution 1:

I believe you need to run prisma generate command after you make any changes to the schema.prisma file.