extends AbstractMigration { public function getDescription(): string { return ''; } public function up(Schema $schema): void { $this->abortIf(true, 'Migration was auto-generated, adapt to your needs before running it.'); } public function down(Schema $schema): void { $this->abortIf(true, 'Migration was auto-generated, adapt to your needs before running it.'); } }