Migration not executing when creating plugin through builder

I currently have october cms 3.5 installed. and when I create a plugin and a table, it gets created, however, when I try to add a column to it later on using the GUI, the column doesnt get created, and the plugin remains on the current version, even though in version.yaml with the migration has been added. when I try to run october:migrate it says that there is nothing to migrate.

How do I fix this issue? or what could be causing this issue?

After trying different ways to diagnose the problem. I ran composer update, and it resolved my problem.

Not sure if it was known bug at some point in builder plugin or any other update that fixed it.