- Improve save-command, remove unnecessary query during error investigation
- Less limitation for
@LogicalDeleted
, if the property type is int or enum, the property can be decorated by@Default
- More limitation for
@LogicalDeleted
of kotlin, if property type is boolean, int or enum, it cannot be nullable