increments('id'); $table->integer('ingreso_vehiculos_id')->nullable(); $table->string('ruta_foto', 255)->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('fotos'); } }