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

Array
(
    [idx] => 332
    [name] => test-1778216775
    [country] => 
    [email] => test@test.com-1778216775
    [password] => $2y$10$f72WOKIETTssIxhvyfirPecZQ7frjdYyj2y4kWVb/xt
    [created_at] => 
)

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

Array
(
    [idx] => 332
    [name] => test-1778216775
    [country] => 
    [email] => test@test.com-1778216775
    [password] => $2y$10$YMPXYcKPcrCrLyR1nyzWiued3N6aSNDJltgo2uDX0fK
    [created_at] => 
)