Will Lutz
Explore posts from serversREST API - Unknown Column Type
I'm looking to wire Xata to a low-code frontend (Divhunt). I'm testing using the Rest API to get a list of entries from my table. The filtering function isn't working how I think it should.
I use Prisma to manage the backend of my database. The column I'm filtering on is an Enum in Prisma.
But I keep getting this error:
"message": "filter invalid: column [status]: unknown column type"
What am I missing? How do I filter for this column value?4 replies