$i, // Assuming you have 1000 petis in the 'petis' table 'customer_id' => $i, // Assuming you have 1000 customers in the 'customers' table 'warehouse_id' => $i, // Assuming you have 4 warehouses in the 'm_warehouses' table 'date_disposal' => now(), 'description' => 'Description', 'status_disposal' => 'INAKTIF', 'created_by' => 'Seeder', 'updated_by' => 'Seeder', 'created_at' => now(), 'updated_at' => now(), ]); } } }