id(); $table->foreignIdFor(Customer::class); $table->foreignIdFor(Broker::class); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('follows'); } };