* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1772745838', 'test@test.com-1772745838', '$2y$10$PfvZvx4vgcfvy4MgVTX.LusE6YENBbHNI3v5uLLMEc6P/yAnGbu7K')

Array
(
    [idx] => 25
    [name] => test-1772745838
    [country] => 
    [email] => test@test.com-1772745838
    [password] => $2y$10$PfvZvx4vgcfvy4MgVTX.LusE6YENBbHNI3v5uLLMEc6
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '25', `name` = 'test-1772745838', `email` = 'test@test.com-1772745838', `password` = '$2y$10$8xVEEU5TPvPWI2oB0ruHO.8skYuxyftB5MlkHxdv0yuyBU14uQRYm' WHERE `user`.`idx` IN ('25')

Array
(
    [idx] => 25
    [name] => test-1772745838
    [country] => 
    [email] => test@test.com-1772745838
    [password] => $2y$10$8xVEEU5TPvPWI2oB0ruHO.8skYuxyftB5MlkHxdv0yu
    [created_at] => 
)