* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1771600170', 'test@test.com-1771600170', '$2y$10$j3Gunb0Cux1g0z97SQw37.GbIfqZVmQa.XA/.hKrgw6b0efMxAH0u')

Array
(
    [idx] => 8
    [name] => test-1771600170
    [country] => 
    [email] => test@test.com-1771600170
    [password] => $2y$10$j3Gunb0Cux1g0z97SQw37.GbIfqZVmQa.XA/.hKrgw6
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '8', `name` = 'test-1771600170', `email` = 'test@test.com-1771600170', `password` = '$2y$10$oYgUeh3TtKUye0eeEzcm4OgVPqAU/oZKsNR.RqU29l.Xbsy6YHoHa' WHERE `user`.`idx` IN ('8')

Array
(
    [idx] => 8
    [name] => test-1771600170
    [country] => 
    [email] => test@test.com-1771600170
    [password] => $2y$10$oYgUeh3TtKUye0eeEzcm4OgVPqAU/oZKsNR.RqU29l.
    [created_at] => 
)