This commit is contained in:
parent
12c9e17c4b
commit
dff031397e
14 changed files with 710 additions and 253 deletions
7
storage-new/models/Collection.go
Normal file
7
storage-new/models/Collection.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package models
|
||||
|
||||
type Collection struct {
|
||||
Id string `gorm:"primarykey"`
|
||||
TargetId string
|
||||
TargetType string `orm:"type:collection_target_type"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue