* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1769087427', 'test@test.com-1769087427', '$2y$10$kO6a3kewzg8.pTqwj/f2YeGehroShbj9faS5kJ2QVVQsJIo25Sw6u')

Array
(
    [idx] => 2
    [name] => test-1769087427
    [country] => 
    [email] => test@test.com-1769087427
    [password] => $2y$10$kO6a3kewzg8.pTqwj/f2YeGehroShbj9faS5kJ2QVVQ
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '2', `name` = 'test-1769087427', `email` = 'test@test.com-1769087427', `password` = '$2y$10$clw5cMLVwJLe7WJaBoG4W.RBoLX0Vc0caZ9SGHhq2xEqW7FgowFMm' WHERE `user`.`idx` IN ('2')

Array
(
    [idx] => 2
    [name] => test-1769087427
    [country] => 
    [email] => test@test.com-1769087427
    [password] => $2y$10$clw5cMLVwJLe7WJaBoG4W.RBoLX0Vc0caZ9SGHhq2xE
    [created_at] => 
)