Craft 3.0 introduces a new content migration feature with a handy CLI migration tool. Migrations are incremental changes to the database that we store in files. This article will run through some common scenarios when writing Craft 3 migrations for field, matrix, entry type and other structures.
This is a collection of example migrations that can be used as a reference point for development.