Peter Evans
10/18/2023, 10:32 AMgrails 5.1.9 and gorm 7.2.1 I found that dbCreate: update (with Postgres) would create the (explicitly defined) sequences but refused to create the tables. I had to explicitly name the tables in the mapping, then they were created. Normally I wouldn't expect to have to do that. Is this by design? Is it different in later versions of Grails?