At the moment there are several included MappedColumnTypes. A couple of examples are TrimmedStringColumnType and BlankIsNoneStringColumnType
Sometimes these need to be both applied. e.g. BlankIsNoneTrimmedStringColumnType.
Unfortunately TrimmedStringColumnType and BlankIsNoneStringColumnType do not compose so BlankIsNoneTrimmedStringColumnType would have to be defined from scratch
At the moment there are several included MappedColumnTypes. A couple of examples are
TrimmedStringColumnType
andBlankIsNoneStringColumnType
Sometimes these need to be both applied. e.g.
BlankIsNoneTrimmedStringColumnType
.Unfortunately
TrimmedStringColumnType
andBlankIsNoneStringColumnType
do not compose soBlankIsNoneTrimmedStringColumnType
would have to be defined from scratch