Increase ID column size; seed ID generator with uniqid() #630 (#631)

This commit is contained in:
Nabeel S
2020-03-09 13:16:10 -04:00
committed by GitHub
parent 2c238763cb
commit 80b20a8b25
7 changed files with 55 additions and 29 deletions

View File

@@ -54,7 +54,7 @@ class FlightImporter extends BaseImporter
// $flight = Flight::updateOrCreate($w, $attrs);
$flight = Flight::create(array_merge($w, $attrs));
} catch (\Exception $e) {
//$this->error($e);
$this->error($e);
}
$this->idMapper->addMapping('flights', $row->id, $flight->id);