chore(docs): update prisma mongodb connector required modifications (#4304)
* Update for Mongodb prisma connector
In reference to https://www.prisma.io/docs/reference/api-reference/prisma-schema-reference#model-field-scalar-types, for scalar type String the native MongoDB type attribute is @db.String.
* Update prisma.md