How to set associations deletedAt fields with soft delete?

前端 未结 0 1384
不思量自难忘°
不思量自难忘° 2021-01-14 02:46

How should I delete my associations in with soft delete?

I have the following structs

type Relation struct {
    gorm.Model
    OwnerID      uint               


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题