* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777421387', 'test@test.com-1777421387', '$2y$10$bomAE1m7h8jGDxPxUV53yuxtyiqh4qM55jTR8RyyNkU8clinFsT/y')

Array
(
    [idx] => 256
    [name] => test-1777421387
    [country] => 
    [email] => test@test.com-1777421387
    [password] => $2y$10$bomAE1m7h8jGDxPxUV53yuxtyiqh4qM55jTR8RyyNkU
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '256', `name` = 'test-1777421387', `email` = 'test@test.com-1777421387', `password` = '$2y$10$cdW7o4yVe2nZPC.qwWhbduCGomnCb788tiCrPGO8BYCCB90OCftkO' WHERE `user`.`idx` IN ('256')

Array
(
    [idx] => 256
    [name] => test-1777421387
    [country] => 
    [email] => test@test.com-1777421387
    [password] => $2y$10$cdW7o4yVe2nZPC.qwWhbduCGomnCb788tiCrPGO8BYC
    [created_at] => 
)