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

Rollback

Open antonioribeiro opened this issue 6 years ago • 1 comments

Tried:

Schema::table('author_categories', function (Blueprint $table) {
    $table->dropNestedSet();
});

Got:

image

Migrating/rolling back in PostgreSQL worked fine. But I'm using it on a TestCase, so SQLite is the only option for us.

antonioribeiro avatar Oct 24 '19 16:10 antonioribeiro

have you got any solution ?

sreerajlal avatar May 14 '20 10:05 sreerajlal