id(); $table->unsignedBigInteger('user_id')->index(); $table->unsignedBigInteger('comic_id')->index(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('user_favourite'); } };