* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1769392579', 'test@test.com-1769392579', '$2y$10$v/aDy1t47gT4DpMxLZAU2uIwCS1N.whwOKWbkXbUF748zBmP2YaNC')

Array
(
    [idx] => 3
    [name] => test-1769392579
    [country] => 
    [email] => test@test.com-1769392579
    [password] => $2y$10$v/aDy1t47gT4DpMxLZAU2uIwCS1N.whwOKWbkXbUF74
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '3', `name` = 'test-1769392579', `email` = 'test@test.com-1769392579', `password` = '$2y$10$pGAaEPIEIDKGPkuWaRsLHu.C06gDrYbS2WPnos0TPlQkLePIeeW2e' WHERE `user`.`idx` IN ('3')

Array
(
    [idx] => 3
    [name] => test-1769392579
    [country] => 
    [email] => test@test.com-1769392579
    [password] => $2y$10$pGAaEPIEIDKGPkuWaRsLHu.C06gDrYbS2WPnos0TPlQ
    [created_at] => 
)