* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1766754656', 'test@test.com-1766754656', '$2y$10$Z5hba67HFrnlVQ/eI.mS4.1eGgxqoLveoTtccncYOU/.LwT3NZwU.')

Array
(
    [idx] => 24
    [name] => test-1766754656
    [country] => 
    [email] => test@test.com-1766754656
    [password] => $2y$10$Z5hba67HFrnlVQ/eI.mS4.1eGgxqoLveoTtccncYOU/
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '24', `name` = 'test-1766754656', `email` = 'test@test.com-1766754656', `password` = '$2y$10$aZ31zfiBewnsUJk8j3TwNeSfvIjkcHBJgwy/YdfLuEopAlmfF7pAC' WHERE `user`.`idx` IN ('24')

Array
(
    [idx] => 24
    [name] => test-1766754656
    [country] => 
    [email] => test@test.com-1766754656
    [password] => $2y$10$aZ31zfiBewnsUJk8j3TwNeSfvIjkcHBJgwy/YdfLuEo
    [created_at] => 
)