sea-orm icon indicating copy to clipboard operation
sea-orm copied to clipboard

sea-orm-cli: Add support for postgres inheritance

Open alfalcon90 opened this issue 2 months ago • 1 comments

Motivation

sea-orm-cli generate entity does not currently generate entities from tables using inheritance.

Proposed Solutions

For entity generation every table that uses the INHERITS statement should be generated as an entity and the base table should be ignored

alfalcon90 avatar Oct 10 '25 15:10 alfalcon90

Relevant discussion: https://github.com/SeaQL/sea-orm/discussions/2412

alfalcon90 avatar Oct 10 '25 15:10 alfalcon90