* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1775035300', 'test@test.com-1775035300', '$2y$10$5jxK.T7qf8eq9N4ecAin6Oe7rKlTJo1ZQRIWGkdng.RbkM671N0rS')

Array
(
    [idx] => 1
    [name] => test-1775035300
    [country] => 
    [email] => test@test.com-1775035300
    [password] => $2y$10$5jxK.T7qf8eq9N4ecAin6Oe7rKlTJo1ZQRIWGkdng.R
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '1', `name` = 'test-1775035300', `email` = 'test@test.com-1775035300', `password` = '$2y$10$jjLoUOD15TNPwKAyqJojmOdb18uD7/UEsDrkAiQMef.jpDxi2bxsa' WHERE `user`.`idx` IN ('1')

Array
(
    [idx] => 1
    [name] => test-1775035300
    [country] => 
    [email] => test@test.com-1775035300
    [password] => $2y$10$jjLoUOD15TNPwKAyqJojmOdb18uD7/UEsDrkAiQMef.
    [created_at] => 
)