Migration
A PHP class that handles database schema changes in a structured, version-controlled way, often used when installing plugins or updating site structures.
Craft has three types of migrations: app, plugin, and content.
Creating migrations is most eaisly done using the migrate/create
console command.