bigIncrements('id'); $table->timestamps(); $table->unsignedBigInteger('iid'); $table->string('hash'); $table->foreign('iid')->references('iid')->on('items'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('file'); } }