$i, // Assuming you have 1000 petis in the 'petis' table 'name_customer' => $i, // Assuming you have 1000 customers in the 'customers' table 'source_warehouse' => $i, // Assuming you have 4 warehouses in the 'm_warehouses' table 'destination_warehouse' => $i, // Assuming you have 4 warehouses in the 'm_warehouses' table 'date' => now(), 'created_by' => 'Seeder', 'updated_by' => 'Seeder', 'created_at' => now(), 'updated_at' => now(), ]); } } }