These are lists of reserved keywords for various databases that are commonly used as table or column names. When naming a domain class or a property, make sure that your target platforms do not reserve that name.
MySQL
- order
- transaction
PostgreSQL
- cast
- constraint
- user
A full list of reserved keywords for version 8.1.x can be found here.
Grails-specific reserved words
- application - clashes with the application variable
Labels
(None)