* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777826205', 'test@test.com-1777826205', '$2y$10$hFYduWKtbkTULYQQyH7OM.RHBSM5qvULKP8uBK/9btvufEYKm7SdO')

Array
(
    [idx] => 285
    [name] => test-1777826205
    [country] => 
    [email] => test@test.com-1777826205
    [password] => $2y$10$hFYduWKtbkTULYQQyH7OM.RHBSM5qvULKP8uBK/9btv
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '285', `name` = 'test-1777826205', `email` = 'test@test.com-1777826205', `password` = '$2y$10$fhDkfI/KVAqNnO6szPum0evIQHx0xTFcMryP1kOMHLWrcK1dNzG5.' WHERE `user`.`idx` IN ('285')

Array
(
    [idx] => 285
    [name] => test-1777826205
    [country] => 
    [email] => test@test.com-1777826205
    [password] => $2y$10$fhDkfI/KVAqNnO6szPum0evIQHx0xTFcMryP1kOMHLW
    [created_at] => 
)