I have a problem with foreign key selection with gorm on MySQL database.
I got a file dto.go:
package dto import ( "time" ) type TaskRe