* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1764753263', 'test@test.com-1764753263', '$2y$10$SHKUN7asH1v3H0FzsrUR.upmTbWGzBnQOLqYmz8EfB29odQ6BABbK')

Array
(
    [idx] => 20
    [name] => test-1764753263
    [country] => 
    [email] => test@test.com-1764753263
    [password] => $2y$10$SHKUN7asH1v3H0FzsrUR.upmTbWGzBnQOLqYmz8EfB2
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '20', `name` = 'test-1764753263', `email` = 'test@test.com-1764753263', `password` = '$2y$10$BK6YW9LxnOJRum1AYV7PRu/e2aO5AItjlVYRuDQYm4yaoG/WFh.kS' WHERE `user`.`idx` IN ('20')

Array
(
    [idx] => 20
    [name] => test-1764753263
    [country] => 
    [email] => test@test.com-1764753263
    [password] => $2y$10$BK6YW9LxnOJRum1AYV7PRu/e2aO5AItjlVYRuDQYm4y
    [created_at] => 
)