* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1773980058', 'test@test.com-1773980058', '$2y$10$OoIkt0O/NyWcOUtD2FAfuOG0qf/LYn3RelFPFPNhnDyCgMGIhAVa2')

Array
(
    [idx] => 4
    [name] => test-1773980058
    [country] => 
    [email] => test@test.com-1773980058
    [password] => $2y$10$OoIkt0O/NyWcOUtD2FAfuOG0qf/LYn3RelFPFPNhnDy
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '4', `name` = 'test-1773980058', `email` = 'test@test.com-1773980058', `password` = '$2y$10$cAbUaDas7mKL3GPu6NGDh.ccEVr2N8KJ2P7GuRZcoitYzNtg4vmoS' WHERE `user`.`idx` IN ('4')

Array
(
    [idx] => 4
    [name] => test-1773980058
    [country] => 
    [email] => test@test.com-1773980058
    [password] => $2y$10$cAbUaDas7mKL3GPu6NGDh.ccEVr2N8KJ2P7GuRZcoit
    [created_at] => 
)