Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace column name using reserved keyword
This commit replaces the "index" property of Review to use a custom column name ("idx") as index is a reserved keyword in some RDMS such as Oracle and MySQL. Fixes spring-projectsgh-752
- Loading branch information