Open
Description
Currently, mapping values need to be specified manually for each value in the enumeration:
This is fine when there aren't many values in the enumeration, but once the enumeration grows, the process of specifying the mapping value can be tedious:
Hopefully there will be an easy way to quickly implement this mapping by default like this one:
dbType as type -> ORDINAL
dbType as type -> NAME