linstrom/storage-new/models/Collection.go
mstar dff031397e
Some checks failed
/ docker (push) Failing after 2m51s
More activity stuff
2025-05-05 17:33:34 +02:00

7 lines
156 B
Go

package models
type Collection struct {
Id string `gorm:"primarykey"`
TargetId string
TargetType string `orm:"type:collection_target_type"`
}