getTable("{$this->prefix}campaign_events")->hasColumn('failed_count')) { throw new SkipMigration('Schema includes this migration'); } } public function up(Schema $schema): void { $this->addSql("ALTER TABLE {$this->prefix}campaign_events ADD failed_count INT NOT NULL;"); } }