You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.