* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1771991805', 'test@test.com-1771991805', '$2y$10$XthZxHWhGKuHgMxIPV.O7uiVhe6XZgId2XAFJy3BJKpG7AB.BpvQW')

Array
(
    [idx] => 4
    [name] => test-1771991805
    [country] => 
    [email] => test@test.com-1771991805
    [password] => $2y$10$XthZxHWhGKuHgMxIPV.O7uiVhe6XZgId2XAFJy3BJKp
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '4', `name` = 'test-1771991805', `email` = 'test@test.com-1771991805', `password` = '$2y$10$xkC6SbYP.7EG30pWfXnXUeVvTjKNT77zCSf6LmCYwq6/JE4mZV7QS' WHERE `user`.`idx` IN ('4')

Array
(
    [idx] => 4
    [name] => test-1771991805
    [country] => 
    [email] => test@test.com-1771991805
    [password] => $2y$10$xkC6SbYP.7EG30pWfXnXUeVvTjKNT77zCSf6LmCYwq6
    [created_at] => 
)