User-992132393 posted
When doing the migrations EF is making the tables and column names in PascalCase as it is in the code, which is causing me problems in Postgres...
I'm new to .NET Core but this is my 2nd project and I think I remember I didn't have any issue with it the last time, so is there something wrong with EntityFramewirk this time or is its normal behavior? in that case, how can I change this behavior
to make it make my tables and columns names in lowercase