Postgres entity generation support base tables. #2412
DenuxPlays
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
when I execute this sql file to generate my schema:
and I then generate the entities only the base schema entity is being generated.
I guess that full support for base schemas is a bit too much and too specific for an orm but for entity generation every table that uses the
INHERITS
statement should be generated as an entity and the base table should be ignored.In this example a only one struct like this should be generated:
Beta Was this translation helpful? Give feedback.
All reactions