* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1769682233', 'test@test.com-1769682233', '$2y$10$Mbs1Yf49zEg7gZT/KfA4c.A6WRbw2VGt0JQpiILx.rGtTOYORv2cq')

Array
(
    [idx] => 9
    [name] => test-1769682233
    [country] => 
    [email] => test@test.com-1769682233
    [password] => $2y$10$Mbs1Yf49zEg7gZT/KfA4c.A6WRbw2VGt0JQpiILx.rG
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '9', `name` = 'test-1769682233', `email` = 'test@test.com-1769682233', `password` = '$2y$10$58eIUG2R3vzwMJI6HgyFp.HsdHXJTIWMeTaZYOKese4j6isEuvjYe' WHERE `user`.`idx` IN ('9')

Array
(
    [idx] => 9
    [name] => test-1769682233
    [country] => 
    [email] => test@test.com-1769682233
    [password] => $2y$10$58eIUG2R3vzwMJI6HgyFp.HsdHXJTIWMeTaZYOKese4
    [created_at] => 
)