Storage implementation for umzug using the Quatrain backend adapter. Persists migration history directly in the target database using the MigrationRecord model.
umzug
MigrationRecord
Retrieves the list of all currently executed migrations.
An array of executed migration names.
Logs a successful migration execution.
Contains the name of the migration.
Removes a migration from the executed log.
Storage implementation for
umzugusing the Quatrain backend adapter. Persists migration history directly in the target database using theMigrationRecordmodel.