‪TYPO3CMS  ‪main
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.

Returns
‪bool
Exceptions

Definition at line 37 of file SchemaAlterTableListener.php.