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

Array
(
    [idx] => 160
    [name] => test-1776514400
    [country] => 
    [email] => test@test.com-1776514400
    [password] => $2y$10$h8rRTeaBr1zh7L1TPgk6FO5Rs86yDKVLnSio0l0vOEs
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '160', `name` = 'test-1776514400', `email` = 'test@test.com-1776514400', `password` = '$2y$10$PEbCGwAw2Jsrmj90.LqidO0LA6uAzpgxlUOIyselUn7jZfT8DYUlm' WHERE `user`.`idx` IN ('160')

Array
(
    [idx] => 160
    [name] => test-1776514400
    [country] => 
    [email] => test@test.com-1776514400
    [password] => $2y$10$PEbCGwAw2Jsrmj90.LqidO0LA6uAzpgxlUOIyselUn7
    [created_at] => 
)