prisma-tools
prisma-tools copied to clipboard
Does not convert PascalCase field names to camelCase
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?