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