prisma / prisma-client-js

Type-safe database client for TypeScript & Node.js (ORM replacement)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unknown column name for "The provided value for the column is too long for the column's type

tre-dev opened this issue · comments

I'm using Prisma version 2.12.1. After changing text to varchar(NUMBER) for some columns and trying to fill those with data, I'm getting the following error:

The provided value for the column is too long for the column's type. Column: <unknown>

Problem is that I have no idea which column is meant since it's shown as unknown.

Closing in favour of prisma/prisma/issues/4093