Dev__
11/03/2021, 3:59 PMJson
. One if the properties I try to insert is of type Decimal
but seems the schema type Json
doesnt accept that which I find strange since Decimal
is a part of prisma. any other way?Ryan
11/05/2021, 6:45 AMDecimal
type to a string or number.