* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777481396', 'test@test.com-1777481396', '$2y$10$sxVCjp8eVNtC8Lp1f1ySp.EOPz/ZxsJ9s006OZxUeZFDVV9xNr.BW')

Array
(
    [idx] => 260
    [name] => test-1777481396
    [country] => 
    [email] => test@test.com-1777481396
    [password] => $2y$10$sxVCjp8eVNtC8Lp1f1ySp.EOPz/ZxsJ9s006OZxUeZF
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '260', `name` = 'test-1777481396', `email` = 'test@test.com-1777481396', `password` = '$2y$10$xgB0D.h3WqfBV0RV10tfeuDJA/Mn/fMlu7KUwfvJY8jm58bkKr9E2' WHERE `user`.`idx` IN ('260')

Array
(
    [idx] => 260
    [name] => test-1777481396
    [country] => 
    [email] => test@test.com-1777481396
    [password] => $2y$10$xgB0D.h3WqfBV0RV10tfeuDJA/Mn/fMlu7KUwfvJY8j
    [created_at] => 
)