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

Array
(
    [idx] => 12
    [name] => test-1765109617
    [country] => 
    [email] => test@test.com-1765109617
    [password] => $2y$10$Os4y4GnQEHtsOPQZo5Xp9OMPFPmWsKtG2kWcZHGCdmf
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '12', `name` = 'test-1765109617', `email` = 'test@test.com-1765109617', `password` = '$2y$10$NeVITeVZGK5jUI3dfYMnDu0Uh9ChhgBOd41.yx4px1KD6av8J7cTe' WHERE `user`.`idx` IN ('12')

Array
(
    [idx] => 12
    [name] => test-1765109617
    [country] => 
    [email] => test@test.com-1765109617
    [password] => $2y$10$NeVITeVZGK5jUI3dfYMnDu0Uh9ChhgBOd41.yx4px1K
    [created_at] => 
)