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