path nullable
This commit is contained in:
@@ -16,7 +16,7 @@ return new class extends Migration
|
||||
Schema::create('navigations', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->string('title');
|
||||
$table->string('path');
|
||||
$table->string('path')->nullable();
|
||||
$table->string('icon');
|
||||
$table->string('permission');
|
||||
$table->foreignId('parent_id');
|
||||
|
||||
Reference in New Issue
Block a user