Liquibase execution sequence with dependency

What is the order of execution when I’m modifying the existing tables and the indexes in DB while I’m using Liquibase to deploy the changes? How does the Liquibase find the order of the execution?

Liquibase runs your changesets (sql) in the order you have provided in your changelogs.