skipAssertion( fn (Schema $schema) => !$schema->hasTable("{$this->prefix}plugin_crm_pipedrive_owners"), "Table {$this->prefix}plugin_crm_pipedrive_owners was already removed" ); } public function up(Schema $schema): void { $schema->dropTable("{$this->prefix}plugin_crm_pipedrive_owners"); } }