Hi dear readers, I have Spring boot project where we use MS SQL JPA
Java EE and Spring boot. We have tables which we need to use for example one of the tables is "Dept". When we run our project spring trying creat dept but our MS SQL DB exist this table but the name is Dept. The Spring trying creat table with the first letter with lowercase. But the table which I need mapping the first letter with a capital. And spring mustn't create the table because I have the table already in MS SQL