Skip to content

added anotation for the column name in order to avoid mysql syntax errors

George Tziavas requested to merge 5-mysql-reserved-word-as-column-name into develop

Closes #5 (closed)

After adding the column name anotation @Column(name = "\"value\"") the test pass and the column has no change in its name so no problem should arrise in already deployed scenarios.

Screenshot_2024-01-09_at_2.30.45_PM

Screenshot_2024-01-09_at_2.30.57_PM

Screenshot_2024-01-09_at_2.32.21_PM

Edited by George Tziavas

Merge request reports