It appears that the SeaORM CLI tools do not automatically generate migration files when the database schema changes. Instead, developers are required to create and maintain migration files manually. This behavior can be error-prone and time-consuming, especially when schemas evolve frequently. Automatic or assisted migration generation based on schema changes would significantly improve the developer experience.