feat: update
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
package model
|
||||
|
||||
var {{.CamelTable}}UpdateExcludeColumns = []Column{
|
||||
{{-if .HasCreatedAt}}
|
||||
{{- if .HasCreatedAt}}
|
||||
table.{{.PascalTable}}.CreatedAt,
|
||||
{{- end}}
|
||||
{{-if .SoftDelete}}
|
||||
|
||||
{{- if .SoftDelete}}
|
||||
table.{{.PascalTable}}.DeletedAt,
|
||||
{{- end}}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user