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

Array
(
    [idx] => 7
    [name] => test-1766237181
    [country] => 
    [email] => test@test.com-1766237181
    [password] => $2y$10$xWOQEsT35ShLDUXTqlGJ0Ov78pxixIRd1K0uleGunHQ
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '7', `name` = 'test-1766237181', `email` = 'test@test.com-1766237181', `password` = '$2y$10$WPSmk0yYIOTMfHyPAIAqT.8yV8DCAG8qN8V6LwEKAdkDpnIJ3AOb6' WHERE `user`.`idx` IN ('7')

Array
(
    [idx] => 7
    [name] => test-1766237181
    [country] => 
    [email] => test@test.com-1766237181
    [password] => $2y$10$WPSmk0yYIOTMfHyPAIAqT.8yV8DCAG8qN8V6LwEKAdk
    [created_at] => 
)