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

Array
(
    [idx] => 367
    [name] => test-1778515000
    [country] => 
    [email] => test@test.com-1778515000
    [password] => $2y$10$WTpH/s3GxMbQQrhsBL6QougcHDO1P7Bkfk4IRPVHiBN
    [created_at] => 
)

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

Array
(
    [idx] => 367
    [name] => test-1778515000
    [country] => 
    [email] => test@test.com-1778515000
    [password] => $2y$10$sExaCppyBzH8Zb92mFRPQekot96CVtmGoatZV148Yk5
    [created_at] => 
)