Parent
10fddc9130
révision
979bb920b4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -23,7 +23,7 @@ type Torrents struct {
|
|||
Id uint `gorm:"column:torrent_id;primary_key"`
|
||||
Name string `gorm:"column:torrent_name"`
|
||||
Hash string `gorm:"column:torrent_hash"`
|
||||
Category int `gorm:"column:category_id"`
|
||||
Category int `gorm:"column:category_od"`
|
||||
Sub_Category int `gorm:"column:sub_category_id"`
|
||||
Status int `gorm:"column:status_id"`
|
||||
Date time.Time `gorm:"column:date"`
|
||||
|
|
Référencer dans un nouveau ticket