<!-- DON'T CHANGE THE TEMPLATE --> ## Your Question <!-- Most likely your question already answered https://github.com/go-gorm/gorm/issues or described in the document https://gorm.io, ✨ Search Before Asking ✨ --> If returning id is turned off, and the model contains an ID field, lastInsertId will be read by default; eg: driver postgres WithoutReturning: true gorm.Model contain ID field <!-- Ask your question in English, minimalist example is highly recommended, please `Report a bug` for bugs --> ## The document you expected this should be explained <!-- The document link you expected this question should be explained in our [official documents site](https://gorm.io) --> ## Expected answer <!-- What you want --> Is it possible to turn off this feature? 