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

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

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

Array
(
    [idx] => 3
    [name] => test-1772571021
    [country] => 
    [email] => test@test.com-1772571021
    [password] => $2y$10$abP3072SypH6VnWKF8wQ0.AYsolsdDud.UdRupHHARv
    [created_at] => 
)