* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1765402803', 'test@test.com-1765402803', '$2y$10$85JseCFTUcxTOFuqQze7r./16tRiZ0czJxeMZMSJY3ObDZqnntqcu')

Array
(
    [idx] => 12
    [name] => test-1765402803
    [country] => 
    [email] => test@test.com-1765402803
    [password] => $2y$10$85JseCFTUcxTOFuqQze7r./16tRiZ0czJxeMZMSJY3O
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '12', `name` = 'test-1765402803', `email` = 'test@test.com-1765402803', `password` = '$2y$10$d/6yICj.jsC6o1nB3V9xvuaal8o5z5p05u9.puGrkiWcP9YB409Qi' WHERE `user`.`idx` IN ('12')

Array
(
    [idx] => 12
    [name] => test-1765402803
    [country] => 
    [email] => test@test.com-1765402803
    [password] => $2y$10$d/6yICj.jsC6o1nB3V9xvuaal8o5z5p05u9.puGrkiW
    [created_at] => 
)