debug
parent
b77ec7881b
commit
6c622900d3
|
|
@ -218,10 +218,10 @@ type Canal struct {
|
|||
Servidor Servidor `gorm:"foreignKey:ServidorID;references:ID"`
|
||||
}
|
||||
|
||||
// // TableName overrides the table name
|
||||
// func (Channel) TableName() string {
|
||||
// return "channels"
|
||||
// }
|
||||
// TableName overrides the table name
|
||||
func (Canal) TableName() string {
|
||||
return "canal"
|
||||
}
|
||||
|
||||
// // TransmissionLog represents the transmissionlog table in the database
|
||||
// type TransmissionLog struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue