Database Migration
Documentation for Database Migration Files
- The plugin uses Migration by default to manage data migration and seeding for the plugin.
Unless absolutely necessary
, all data migrations should be done using migration files and seed files. UseInstallScript
andUninstallScript
for other checks or file migrations.- The database migration directory for the plugin follows the Plugin Directory Structure Chapter.