MigrationId

See source code

Unique identifier for a migration in the format sequenceId/version.

Migration IDs follow a specific pattern where the sequence ID identifies the migration sequence and the version number indicates the order within that sequence. For example: 'com.myapp.book/1', 'com.myapp.book/2', etc.

type MigrationId = `${string}/${number}`
Prev
Migration
Next
MigrationResult