Description
In SQLite, the following operations will require rebuilding the table - https://docs.microsoft.com/en-us/ef/core/providers/sqlite/limitations.
Other databases also have a smaller set of limitations that require a table rebuild (i.e. changing Identity on a column in SQL Server).