Max
Max
> Have you looked into this? > > [Advanced usage of generated types](https://www.prisma.io/docs/reference/tools-and-interfaces/prisma-client/advanced-usage-of-generated-types) Yes, but i don't understand how it can help in this problem. I may be wrong, but...
> Interesting idea, though all fields should be nullable since there is no guarantee for JSON format enforced by the database. Probably, if the database you are using does not...
> > Probably, if the database you are using does not have JSON support, then you simply cannot use the Json field type and this feature. > > I think...