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