MySql Table names are case sensitive , ORM frameworks are causing issues due to this when used with typed class names
For example :
SELECT * FROM Customers - Throws an error
SELECT * FROM customers - Returns the required rows
Please resolve this
I believe this is actually from the underlying operating system. Linux is case-sensitive, Windows is not.
https://dev.mysql.com/doc/refman/8.0/en/identifier-case-sensitivity.html