add cleaning to scannert

This commit is contained in:
sentriz
2019-04-19 15:16:49 +01:00
parent a1db249c0b
commit 2db78a7f6b
2 changed files with 58 additions and 20 deletions

View File

@@ -7,7 +7,6 @@ import (
type CrudBase struct {
CreatedAt time.Time
UpdatedAt time.Time
DeletedAt *time.Time `sql:"index"`
}
type IDBase struct {