* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1735227038', 'test@test.com-1735227038', '$2y$10$Cz5xKRqp7Fa/W5CvDGfRAOVVGGE2A8kxODGYwgA.mkdctJQULqiFa')

Array
(
    [idx] => 6
    [name] => test-1735227038
    [country] => 
    [email] => test@test.com-1735227038
    [password] => $2y$10$Cz5xKRqp7Fa/W5CvDGfRAOVVGGE2A8kxODGYwgA.mkd
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '6', `name` = 'test-1735227038', `email` = 'test@test.com-1735227038', `password` = '$2y$10$f8vZE2vPOWwzdhnv7PGBP.oe8fCCTQG.ImX5tD3bYf.sJTDa9Lpne' WHERE `user`.`idx` IN ('6')

Array
(
    [idx] => 6
    [name] => test-1735227038
    [country] => 
    [email] => test@test.com-1735227038
    [password] => $2y$10$f8vZE2vPOWwzdhnv7PGBP.oe8fCCTQG.ImX5tD3bYf.
    [created_at] => 
)