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

Array
(
    [idx] => 1
    [name] => test-1768470528
    [country] => 
    [email] => test@test.com-1768470528
    [password] => $2y$10$hDb3IBzyen00xdm08va3leVVZL.EJ.FdWYf4CjCdpg4
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '1', `name` = 'test-1768470528', `email` = 'test@test.com-1768470528', `password` = '$2y$10$10VKfecZ14jBQ7217EllE.9smxdVPQdT/vHTFx8NfPYbnuZp.KJga' WHERE `user`.`idx` IN ('1')

Array
(
    [idx] => 1
    [name] => test-1768470528
    [country] => 
    [email] => test@test.com-1768470528
    [password] => $2y$10$10VKfecZ14jBQ7217EllE.9smxdVPQdT/vHTFx8NfPY
    [created_at] => 
)