sequence(fn (Sequence $sequence) => [ 'id' => $sequence->index + 1, 'user_id' => $sequence->index + 1, ]) ->create(); } }