exposed-intellij-plugin
exposed-intellij-plugin copied to clipboard
Enums are not supported
It would be nice to support enums, but I recognize that's one of the more complicated features to implement. I'm leaving this here because I spent a good 1.5 days trying to get code generated for a Postgres enum column using the columnMapping feature, but realized it wasn't possible, since only the types specified in this function are supported by columnMapping. Hopefully I save people some time.