prisma-tools icon indicating copy to clipboard operation
prisma-tools copied to clipboard

Does not convert PascalCase field names to camelCase

Open jasonhilldm opened this issue 5 months ago • 0 comments

I was hoping that running pal schema camel-case would convert all of my PascalCase field names to camelCase but sadly it does not update those. It only seems to convert snake_case to camelCase. Shouldn't it really just convert all field names to camelCase regardless of their current format?

jasonhilldm avatar Sep 01 '24 08:09 jasonhilldm