SchemaAlterTableListener
Event listener to handle additional processing for table alterations.
Table of Contents
Methods
- onSchemaAlterTable() : bool
- 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.
Methods
onSchemaAlterTable()
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.
public
onSchemaAlterTable(SchemaAlterTableEventArgs $event) : bool
Parameters
- $event : SchemaAlterTableEventArgs