Skip to content

Migrator

migrateIndividual()

migrateIndividual() — returns string

Available in: migrator Category: General Functions

Runs a single specific migration’s up() regardless of sequence order. Used for out-of-sequence migrations that were created by other developers and need to be applied individually without affecting the current version pointer.

NameTypeRequiredDefaultDescription
versionstringyesThe version number of the specific migration to run