hello everyone, i want to json in mssql datatype w...
# orm-help
m
hello everyone, i want to json in mssql datatype with prisma, but i can't store it. when i am storing it with a type nvarchar it will give me an error
Copy code
\"\\nInvalid `prisma.configuration.upsert()` invocation:\\n\\n{\\n  where: {\\n    id: 1\\n  },\\n  update: {\\n    document: {\\n      baseUrl: '<http://www.kklawportal12.com|www.kklawportal12.com>'\\n      ~~~~~~~\\n    }\\n  },\\n  create: {\\n    document: {\\n      baseUrl: '<http://www.kklawportal12.com|www.kklawportal12.com>'\\n    }\\n    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\\n  }\\n}\\n\\nUnknown arg `baseUrl` in update.document.baseUrl for type NullableStringFieldUpdateOperationsInput. Did you mean `set`? Available args:\\ntype NullableStringFieldUpdateOperationsInput {\\n  set?: String | Null\\n}\\nArgument document: Got invalid value \\n{\\n  baseUrl: '<http://www.kklawportal12.com|www.kklawportal12.com>'\\n}\\non prisma.upsertOneConfiguration. Provided Json, expected String or Null.\\n\\n\""