* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1771980374', 'test@test.com-1771980374', '$2y$10$LwjKS/QDpm4voRciyC0HceZ46KVCUrWCvZzTj.Zn3.WjDpxvBgx6O')

Array
(
    [idx] => 2
    [name] => test-1771980374
    [country] => 
    [email] => test@test.com-1771980374
    [password] => $2y$10$LwjKS/QDpm4voRciyC0HceZ46KVCUrWCvZzTj.Zn3.W
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '2', `name` = 'test-1771980374', `email` = 'test@test.com-1771980374', `password` = '$2y$10$aoOXYKrE2QJvLznbXsZnG.JFwA62/swlNQl8QJuTe.UUoFZqco2Nm' WHERE `user`.`idx` IN ('2')

Array
(
    [idx] => 2
    [name] => test-1771980374
    [country] => 
    [email] => test@test.com-1771980374
    [password] => $2y$10$aoOXYKrE2QJvLznbXsZnG.JFwA62/swlNQl8QJuTe.U
    [created_at] => 
)