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