feat: update
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
package model
|
||||
|
||||
import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
func (m *{{.PascalTable}}) log() *log.Entry {
|
||||
return log.WithField("model", "{{.PascalTable}}Model")
|
||||
}
|
||||
var {{.CamelTable}}UpdateExcludeColumns = []Column{
|
||||
// table.{{.PascalTable}}.CreatedAt,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user