laravel-nestedset
laravel-nestedset copied to clipboard
Rollback
Tried:
Schema::table('author_categories', function (Blueprint $table) {
$table->dropNestedSet();
});
Got:

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