Skip to content

MySql Reserved word as column name

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.18.28_PM

Screenshot_2024-01-09_at_2.18.44_PM

Screenshot_2024-01-09_at_2.18.55_PM

Edited by George Tziavas

Merge request reports