autism 2 electric boogaloo
Cette révision appartient à :
Parent
ecaa9f765a
révision
0753899cc7
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"`
|
Id uint `gorm:"column:torrent_id;primary_key"`
|
||||||
Name string `gorm:"column:torrent_name"`
|
Name string `gorm:"column:torrent_name"`
|
||||||
Hash string `gorm:"column:torrent_hash"`
|
Hash string `gorm:"column:torrent_hash"`
|
||||||
Category int `gorm:"column:category_od"`
|
Category int `gorm:"column:category_id"`
|
||||||
Sub_Category int `gorm:"column:sub_category_id"`
|
Sub_Category int `gorm:"column:sub_category_id"`
|
||||||
Status int `gorm:"column:status_id"`
|
Status int `gorm:"column:status_id"`
|
||||||
Date time.Time `gorm:"column:date"`
|
Date time.Time `gorm:"column:date"`
|
||||||
|
|
Référencer dans un nouveau ticket