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

Array
(
    [idx] => 21
    [name] => test-1765526920
    [country] => 
    [email] => test@test.com-1765526920
    [password] => $2y$10$YzYoSKzUcJfcoTNecBuXruuCXqnGFmsjrj4gcgrdIbx
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '21', `name` = 'test-1765526920', `email` = 'test@test.com-1765526920', `password` = '$2y$10$kTg2wZifSBm45rL5IQ2Ui.vny8G9Z23Fdb5VRRIf.JeTV4BWdmbaq' WHERE `user`.`idx` IN ('21')

Array
(
    [idx] => 21
    [name] => test-1765526920
    [country] => 
    [email] => test@test.com-1765526920
    [password] => $2y$10$kTg2wZifSBm45rL5IQ2Ui.vny8G9Z23Fdb5VRRIf.Je
    [created_at] => 
)