* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1748882635', 'test@test.com-1748882635', '$2y$10$hlBEdsKutg1g2QfMsdaQYeg/QHtb8AUmkEvEXlhXMXY/oo1nl9Uwi')

Array
(
    [idx] => 2
    [name] => test-1748882635
    [country] => 
    [email] => test@test.com-1748882635
    [password] => $2y$10$hlBEdsKutg1g2QfMsdaQYeg/QHtb8AUmkEvEXlhXMXY
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '2', `name` = 'test-1748882635', `email` = 'test@test.com-1748882635', `password` = '$2y$10$HFLvuznLoEtojAbL2e92jedTjE5gcsRYQDgMSMK5jJO/xgt4Grz3S' WHERE `user`.`idx` IN ('2')

Array
(
    [idx] => 2
    [name] => test-1748882635
    [country] => 
    [email] => test@test.com-1748882635
    [password] => $2y$10$HFLvuznLoEtojAbL2e92jedTjE5gcsRYQDgMSMK5jJO
    [created_at] => 
)