* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1774549250', 'test@test.com-1774549250', '$2y$10$tLj9YZ17h6W6nCtI84eh5u9aDQP/9QiIdieMUlqxZhMMWCj30zqSO')

Array
(
    [idx] => 2
    [name] => test-1774549250
    [country] => 
    [email] => test@test.com-1774549250
    [password] => $2y$10$tLj9YZ17h6W6nCtI84eh5u9aDQP/9QiIdieMUlqxZhM
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '2', `name` = 'test-1774549250', `email` = 'test@test.com-1774549250', `password` = '$2y$10$Yf.MymTwnct6RW.L6/lGE.KyeKEOleeJG/HMGpB2QS2CNIGOH38Xq' WHERE `user`.`idx` IN ('2')

Array
(
    [idx] => 2
    [name] => test-1774549250
    [country] => 
    [email] => test@test.com-1774549250
    [password] => $2y$10$Yf.MymTwnct6RW.L6/lGE.KyeKEOleeJG/HMGpB2QS2
    [created_at] => 
)