‪TYPO3CMS  10.4
TYPO3\CMS\Core\Database\Schema\EventListener\SchemaAlterTableListener Class Reference

Public Member Functions

bool onSchemaAlterTable (SchemaAlterTableEventArgs $event)
 

Detailed Description

Event listener to handle additional processing for table alterations.

Definition at line 27 of file SchemaAlterTableListener.php.

Member Function Documentation

◆ onSchemaAlterTable()

bool TYPO3\CMS\Core\Database\Schema\EventListener\SchemaAlterTableListener::onSchemaAlterTable ( SchemaAlterTableEventArgs  $event)

Listener for alter table events. This intercepts the building of ALTER TABLE statements and adds the required statements to change the ENGINE type on MySQL platforms if necessary.

Parameters
\Doctrine\DBAL\Event\SchemaAlterTableEventArgs$event
Returns
‪bool
Exceptions

Definition at line 38 of file SchemaAlterTableListener.php.