* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1774910673', 'test@test.com-1774910673', '$2y$10$DRl7O7Qo8ZoMdyP0NYzpA.tIq/KMOV4QIdF89sRrmsi1tjocatrh.')

Array
(
    [idx] => 9
    [name] => test-1774910673
    [country] => 
    [email] => test@test.com-1774910673
    [password] => $2y$10$DRl7O7Qo8ZoMdyP0NYzpA.tIq/KMOV4QIdF89sRrmsi
    [created_at] => 
)

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

Array
(
    [idx] => 9
    [name] => test-1774910673
    [country] => 
    [email] => test@test.com-1774910673
    [password] => $2y$10$zh0GjFOPZIUYKLKp4ZPU7utV9JhBTqOgytRJY8JObsY
    [created_at] => 
)