check the table seeder that is called before this one
These are before and after all are working without any error
$this->call('SystemOwnerTableSeeder');
$this->call('SystemStewardTableSeeder');
$this->call('DataClassificationTableSeeder');
$this->call('AccessibilityTableSeeder');
$this->call('DataLocationTableSeeder');
Oops I found one of my seeder table was deleting its content f.... copy past.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community