I recently worked on a project involving SQLite, and while creating database migrations, I realized that SQLite does not support the complete ALTER TABLE syntax completely.
Out of the box, you are able to rename a table, or add a column to an existing table, but that's it.