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

Array
(
    [idx] => 3
    [name] => test-1770542681
    [country] => 
    [email] => test@test.com-1770542681
    [password] => $2y$10$vtH0nClLOE1N3U59RM367.B8c9hmDd7C9HyjhCQyR.c
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '3', `name` = 'test-1770542681', `email` = 'test@test.com-1770542681', `password` = '$2y$10$.znwrSpm1JChUs/quqM4BuEX8cgFiz9LTqV90RbwwH5dsVbhGBd.O' WHERE `user`.`idx` IN ('3')

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