* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1769593343', 'test@test.com-1769593343', '$2y$10$BCn1xf/GjjK3czrRBT3N1eFOIkrflP9LaNaOKnvJSmt6Gnhv/Enoe')

Array
(
    [idx] => 3
    [name] => test-1769593343
    [country] => 
    [email] => test@test.com-1769593343
    [password] => $2y$10$BCn1xf/GjjK3czrRBT3N1eFOIkrflP9LaNaOKnvJSmt
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '3', `name` = 'test-1769593343', `email` = 'test@test.com-1769593343', `password` = '$2y$10$wPwwE70PJHU6DoaHlW2bL.yQ1LQhwde46RDcYpTjdIzIbbhrrgzvO' WHERE `user`.`idx` IN ('3')

Array
(
    [idx] => 3
    [name] => test-1769593343
    [country] => 
    [email] => test@test.com-1769593343
    [password] => $2y$10$wPwwE70PJHU6DoaHlW2bL.yQ1LQhwde46RDcYpTjdIz
    [created_at] => 
)