interface DirectSchemaChangerInterface implements DirectSchemaUpgraderInterface, DirectSchemaDowngraderInterface (View source)

Interface that migrations should implement when database upgrades and downgrades are performed directly on the database.

Methods

upgradeDatabase()

Upgrade the database structure with direct database access.

downgradeDatabase()

Downgrade the database structure with direct database access.

Details

upgradeDatabase()

Upgrade the database structure with direct database access.

downgradeDatabase()

Downgrade the database structure with direct database access.