bigInteger('material_id'); $table->bigInteger('supplier_id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('material_suppliers'); } }