* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1770456538', 'test@test.com-1770456538', '$2y$10$6Kn/LmTiXqvYYWgGaZmQfO2eIvYn2gPbtpAIJpH3dAakLJvYoSf5C')

Array
(
    [idx] => 5
    [name] => test-1770456538
    [country] => 
    [email] => test@test.com-1770456538
    [password] => $2y$10$6Kn/LmTiXqvYYWgGaZmQfO2eIvYn2gPbtpAIJpH3dAa
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '5', `name` = 'test-1770456538', `email` = 'test@test.com-1770456538', `password` = '$2y$10$ANv/V/Ijdc8sv1w18W34Re/KiWP1JqRJHpsg5uISjYJPiGXA9XL3e' WHERE `user`.`idx` IN ('5')

Array
(
    [idx] => 5
    [name] => test-1770456538
    [country] => 
    [email] => test@test.com-1770456538
    [password] => $2y$10$ANv/V/Ijdc8sv1w18W34Re/KiWP1JqRJHpsg5uISjYJ
    [created_at] => 
)