id(); $table->string("name"); $table->integer('parent_id')->default(0); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('sys_menu'); } };