* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1772829598', 'test@test.com-1772829598', '$2y$10$gh3wVwHPqnK6OD2f6VH8a.zTRklSwHsS3Q.V9CX0/JY5OYasMbERq')

Array
(
    [idx] => 29
    [name] => test-1772829598
    [country] => 
    [email] => test@test.com-1772829598
    [password] => $2y$10$gh3wVwHPqnK6OD2f6VH8a.zTRklSwHsS3Q.V9CX0/JY
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '29', `name` = 'test-1772829598', `email` = 'test@test.com-1772829598', `password` = '$2y$10$hC7XQI08sQFbB0n5ieCdm.Mg9x8DDY3OG/SgotZLoNo/UODxZv7em' WHERE `user`.`idx` IN ('29')

Array
(
    [idx] => 29
    [name] => test-1772829598
    [country] => 
    [email] => test@test.com-1772829598
    [password] => $2y$10$hC7XQI08sQFbB0n5ieCdm.Mg9x8DDY3OG/SgotZLoNo
    [created_at] => 
)