AbstractMigration.php Table of Contents Classes AbstractMigrationThe AbstractMigration class is for end users to extend from when creating migrations. Extend this class and implement the required up() and down() methods. ×