Cursor: StorageDescriptor<
    [],
    Enum<
        {
            Active: { index: number; inner_cursor?: Binary; started_at: number };
            Stuck: undefined;
        },
    >,
    true,
    never,
>

The currently active migration to run and its cursor.

None indicates that no migration is running.