increments('id'); $table->integer('productID'); $table->integer('userID'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('users_per_item'); } }