id(); $table->string('name'); $table->bigInteger('parent_id')->nullable(); $table->timestamps(); $table->userIdFields(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('tests'); } };