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

Array
(
    [idx] => 223
    [name] => test-1777125245
    [country] => 
    [email] => test@test.com-1777125245
    [password] => $2y$10$f4IoZloIgpEy9aBv171TBe62wXKIQSGJ6/apKQC5Cze
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '223', `name` = 'test-1777125245', `email` = 'test@test.com-1777125245', `password` = '$2y$10$tRGr/gcjYm1nUm5YPMm5..g9vnFHjW66U21AYVoH/HZpOkZYhJ6h2' WHERE `user`.`idx` IN ('223')

Array
(
    [idx] => 223
    [name] => test-1777125245
    [country] => 
    [email] => test@test.com-1777125245
    [password] => $2y$10$tRGr/gcjYm1nUm5YPMm5..g9vnFHjW66U21AYVoH/HZ
    [created_at] => 
)