id(); $table->timestamps(); $table->boolean('isCover'); $table->foreignIdFor(Album::class); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('images'); } };