id(); $table->foreignIdFor(Server::class); $table->string('category'); $table->string('type'); $table->string('name'); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('services'); } };