* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1775496866', 'test@test.com-1775496866', '$2y$10$yYT6c1V2RtDvm1LMiHt2T.jwhpixCZw8s.pE2C/J06FZy9ZvBhYmO')

Array
(
    [idx] => 28
    [name] => test-1775496866
    [country] => 
    [email] => test@test.com-1775496866
    [password] => $2y$10$yYT6c1V2RtDvm1LMiHt2T.jwhpixCZw8s.pE2C/J06F
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '28', `name` = 'test-1775496866', `email` = 'test@test.com-1775496866', `password` = '$2y$10$fJ0gedUM03lMHqe0nMed4OJRhqc8QFQC5J7.u9J1Kaq4tzvwjWGG6' WHERE `user`.`idx` IN ('28')

Array
(
    [idx] => 28
    [name] => test-1775496866
    [country] => 
    [email] => test@test.com-1775496866
    [password] => $2y$10$fJ0gedUM03lMHqe0nMed4OJRhqc8QFQC5J7.u9J1Kaq
    [created_at] => 
)