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

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

* Query : UPDATE `user` SET `idx` = '11', `name` = 'test-1770879642', `email` = 'test@test.com-1770879642', `password` = '$2y$10$gPrysTagbJaT5aPI8KJb4OdqYeVVXFm2zzg0kfsutho408RXNHw.e' WHERE `user`.`idx` IN ('11')

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