insert into `collections` (`count_products`) values(:count_products) on duplicate key update `count_products` = values(`count_products`)
Array
(
[0] => 23000
[1] => 1452
[2] => Cannot add or update a child row: a foreign key constraint fails (`b_boticca/collections`, CONSTRAINT `collections_ibfk_1` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`) ON DELETE CASCADE ON UPDATE CASCADE)
)