DEV Community

Discussion on: Don't get bit by PostgreSQL case sensitivity

Collapse
 
georgievgg profile image
Georgi Georgiev

Paul, I'd buy you a drink! You saved me at least 6 hours with this post!

I applied PascalCase convention for the names of my entities in TypeORM, including enums. This resulted in major & mysterious problem during migration generation. After I switched to underscore & lowercase naming it was all done and fixed!