* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1775732505', 'test@test.com-1775732505', '$2y$10$9rP37VfYkEB/wypi9Pi9I.o0J.J1rClIMcyzvzU5IZHgJUDVeSk7q')

Array
(
    [idx] => 53
    [name] => test-1775732505
    [country] => 
    [email] => test@test.com-1775732505
    [password] => $2y$10$9rP37VfYkEB/wypi9Pi9I.o0J.J1rClIMcyzvzU5IZH
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '53', `name` = 'test-1775732505', `email` = 'test@test.com-1775732505', `password` = '$2y$10$ZwAMhKXiUgq3.7YyALNyi.sHdc/CZoMW0hd9IPLy3LTSjxsayphPG' WHERE `user`.`idx` IN ('53')

Array
(
    [idx] => 53
    [name] => test-1775732505
    [country] => 
    [email] => test@test.com-1775732505
    [password] => $2y$10$ZwAMhKXiUgq3.7YyALNyi.sHdc/CZoMW0hd9IPLy3LT
    [created_at] => 
)