likyh opened a new issue, #2031: URL: https://github.com/apache/incubator-devlake/issues/2031
## Describe the bug When Time is primaryKey in model, extract can not save any record ## To Reproduce Steps to reproduce the behavior: 1. add a model with time column as primary key, such as ```StartTime time.Time `gorm:"primaryKey"``` 2. collect and extract 3. look at tool layer, there is no data -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
