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
SQLite 3.35.0 has added increased support for ALTER TABLE. The migration toolkit within SeaORM doesn't support the new alter table functionality. The SQLite version used by SeaORM already supports this.
Proposed Solutions
Add support for alter table within SeaORM migrations.