id(); $table->string("name")->unique(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists("technologies"); } };