ManagedSchemaUpgraderInterface
interface ManagedSchemaUpgraderInterface (View source)
Interface that migrations should implement when database upgrades are performed using only a DBAL Schema object.
Methods
upgradeSchema(Schema $schema)
Upgrade the database structure using ONLY the DBAL Schema object.
Details
upgradeSchema(Schema $schema)
Upgrade the database structure using ONLY the DBAL Schema object.