go-gorm / playground

GORM Playground (Please Create PR for this project to report issues)
MIT License
88 stars 666 forks source link

BUG: string id field does not return on db.Create() #713

Open rightjoin opened 3 months ago

rightjoin commented 3 months ago

Explain your user case and expected results

When I do an insert in the DB, the newly created value of its string ID field should get returned. But I get empty