Ok, I found the issue. If I use "@unique"" in the prisma.schema file, Prisma won't see that field (there were no duplicates in the DB). Does it require that the DB have the unique constraint on the column as well? Seems like an odd error to have -- totally cryptic.