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

Array
(
    [idx] => 15
    [name] => test-1765448911
    [country] => 
    [email] => test@test.com-1765448911
    [password] => $2y$10$hnN4zGCbcysPQb2prcgG6.Yh5OSRI7pnRuLCVJd6MqZ
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '15', `name` = 'test-1765448911', `email` = 'test@test.com-1765448911', `password` = '$2y$10$y98t.R2zGlPIV3BTiiAT2OuQ0DSjhUiH/GYYLxLegurtkehTGyd8K' WHERE `user`.`idx` IN ('15')

Array
(
    [idx] => 15
    [name] => test-1765448911
    [country] => 
    [email] => test@test.com-1765448911
    [password] => $2y$10$y98t.R2zGlPIV3BTiiAT2OuQ0DSjhUiH/GYYLxLegur
    [created_at] => 
)