I'm working with GORM via Grails 3 and was wondering how domains and their associations look like when output to a MySql database.
I'm really looking for sort of a "cheat sheet" guide. Something that, for example, states:
String --> this column data type
tablePerHierarchy true --> these tables
hasMany --> this table/join table
hasMany & belongsTo --> ...
I thought this would be a quick Google job, but I haven't turned up anything so far. I also understand that this is based on Hibernate so I've tried searching there as well. I may just render out these tables and note this down myself here, but before I do that does anyone in the community know if such a resource already exists?