* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1768006650', 'test@test.com-1768006650', '$2y$10$HJLEAvzRAH.q9EzqGHAJ7eG.1zJFKhxQqLZtUN0AVJxh.59QpYa5i')

Array
(
    [idx] => 8
    [name] => test-1768006650
    [country] => 
    [email] => test@test.com-1768006650
    [password] => $2y$10$HJLEAvzRAH.q9EzqGHAJ7eG.1zJFKhxQqLZtUN0AVJx
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '8', `name` = 'test-1768006650', `email` = 'test@test.com-1768006650', `password` = '$2y$10$8lULmFY1gCAah.JwVLc58e7uCwfy7a7oT1ZmSqBwgvpbqj5gAGK.y' WHERE `user`.`idx` IN ('8')

Array
(
    [idx] => 8
    [name] => test-1768006650
    [country] => 
    [email] => test@test.com-1768006650
    [password] => $2y$10$8lULmFY1gCAah.JwVLc58e7uCwfy7a7oT1ZmSqBwgvp
    [created_at] => 
)