models/db.go @@ -75,7 +75,7 @@ err := db.AutoMigrate( Company{}, Warehouse{}, JobType{}, OperationType{}, Location{}, ) return err