I am using grails 3.3.2. Is there any way to remove the auto generated foreign key constraints? Thanks.
I have tried:
grails schema-export
remove those lines like "alter table xxx add constraint yyy foreign key zzzz..."
change dbCreate: none
But it's not convenient especially when domain class changed.