id(); $table->string('name', 255); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('departments'); } };