ManagedSchemaDowngraderInterface
interface ManagedSchemaDowngraderInterface (View source)
Interface that migrations should implement when database downgrades are performed using only a DBAL Schema object.
Methods
downgradeSchema(Schema $schema)
Downgrade the database structure using ONLY the DBAL Schema object.
Details
downgradeSchema(Schema $schema)
Downgrade the database structure using ONLY the DBAL Schema object.