Would a column named `type` cause problems?
# prisma-client
d
Would a column named
type
cause problems?
I ask, because I'm trying to do an upsert, and the
type
value is not appearing in the db.
n
Hey David 👋 There are certain keywords that would cause an issue if they are being used as model names as mentioned in this GitHub Issue.
type
column name should not cause an issue. Can you share your schema file or an example which would help in reproducing it?
d
This was a red herring, I was not looking at the right records to verify 😆
👍 1
n
Thanks for the confirmation 😃