id(); $table->string('name'); $table->string('description'); $table->string('parent'); $table->string('meta_title'); $table->string('meta_description'); $table->string('meta_keywords'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('submenu'); } };