<!-- Welcome! Thank you for suggesting features! First of all, please star our repo. Your support is vital to the continued maintenance of SeaORM. Want to ask a question? You can reach us via: - Discord: https://discord.com/invite/uCPdDXzbdv - GitHub Discussions: https://github.com/SeaQL/sea-orm/discussions/new Make sure you have a clear feature specification before open an issue. Alternatively, please start an "Idea" thread on GitHub Discussions and let's formulate the solution together. --> ## Motivation Prelude generated by `sea-orm-cli generate` does not include types, notably postgres enums <!-- what is the use case? what is the expected outcome? --> <img width="596" height="347" alt="Image" src="https://github.com/user-attachments/assets/3d01b78f-e1f9-4e1d-a0cd-06f44cca6973" /> <img width="771" height="520" alt="Image" src="https://github.com/user-attachments/assets/b4eef810-94ce-4bbe-b758-c1779e48f379" /> <img width="791" height="313" alt="Image" src="https://github.com/user-attachments/assets/a786a3ee-2e5f-485a-9136-2407398f925e" /> ## Proposed Solutions Prelude generation should include `pub use super::sea_orm_active_enums::*;` <!-- what are the proposed solutions? how it solve the problem or achieve the goal? --> ## Additional Information <!-- any other additional information that might be helpful -->