i can create table by name "user" in mysql database.
but why i can't use the feather in roo?
see that below
com.gbd.gobroad roo> entity --class ~.domain.User --identifierField id --identifierColumn id --table user --testAutomatically
Reserved SQL keyword 'User' is not permitted as simple type name


Reply With Quote