id(); $table->string("link"); $table->foreignId("post_id")->constrained("posts"); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('files'); } }