Schema
Table of Contents
Namespaces
- EventListener
- Exception
- Parser
- Types
Classes
- Comparator
- Compares two Schemas and returns an instance of SchemaDiff.
- ConnectionMigrator
- Handling schema migrations per connection.
- DefaultTcaSchema
- This class is called by the SchemaMigrator after all extension's ext_tables.sql
files have been parsed and processed to the doctrine Table/Column/Index objects.
- SchemaMigrator
- Helper methods to handle SQL files and transform them into individual statements
for further processing.
- SqlReader
- Helper methods to handle raw SQL input and transform it into individual statements
for further processing.
- TableDiff
- Helper methods to handle raw SQL input and transform it into individual statements
for further processing.