hhtokpinar / sqfEntity

SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands on SQLite database easily and quickly with the help of fluent methods similar to .Net Entity Framework. SqfEntity also generates add/edit forms with validations and special controls (DropDown List, DateTime pickers, Checkboxes.. etc) for your table.
379 stars 101 forks source link

Auto migrations do not drop removed columns #298

Open FluffyDiscord opened 8 months ago

FluffyDiscord commented 8 months ago

Once you remove column from your table, it is removed only from the generated entities, but not from the actual database.