Migrations are a means of facilitating database changes, much in the same way UMIL was used in phpBB 3.0. Through Migrations, extension developers are able to easily modify and add new schema and data to the database as required by an extension.
Read the Migrations: Getting started Developer Docs for in-depth migration documentation. We will brief