laravel-nestedset icon indicating copy to clipboard operation
laravel-nestedset copied to clipboard

Add UUID support

Open armin-salihovic opened this issue 6 months ago • 0 comments

This feature introduces support for UUIDs in the nestedSetWithUuid macro:

Schema::create('table', function (Blueprint $table) {
    ...
    $table->nestedSetWithUuid();
});

This feature is tested under the same test cases as the auto-increment IDs, ensuring consistency across both ID types.

armin-salihovic avatar Apr 05 '25 20:04 armin-salihovic