79130681

Date: 2024-10-27 13:36:29
Score: 0.5
Natty:
Report link

You should be aware that MySQL does not support schema. There, schema and database are synonyms. Therefore, using the schema parameter in the @Table(name = "users", schema = "nutzer") annotation is pointless. This may be the cause of the error you encountered.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
Posted by: Andrey Smelik