Changelog

This commit is contained in:
Chris Tsang 2022-12-02 14:49:02 +08:00
parent 17375e1fe4
commit ee2afc4b91

View File

@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Bug Fixes
* `DeriveEnriryModel` derive macro: when parsing field type, always treat field with `Option<T>` as nullable column https://github.com/SeaQL/sea-orm/pull/1257
* `DeriveEntityModel` derive macro: when parsing field type, always treat field with `Option<T>` as nullable column https://github.com/SeaQL/sea-orm/pull/1257
### Enhancements