This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Entity Generation breaking with Postgres enum columns when --tables or --skip-tables is specified #314
Labels
bug
no known workaround
When I run the model generation on a Postgres DB with a custom enum-based column, I'm getting an error if I try to limit the tables using either
--tables
or--skip-tables
. Model generation works fine if I omit these options.This is the error:
volunteer_type
is a simple custom enum:The text was updated successfully, but these errors were encountered: