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

Array
(
    [idx] => 16
    [name] => test-1764135082
    [country] => 
    [email] => test@test.com-1764135082
    [password] => $2y$10$ZlQtCnHu/Xjd/AP7307m9uX5y8MVSS7t9lyZkDwqlxY
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '16', `name` = 'test-1764135082', `email` = 'test@test.com-1764135082', `password` = '$2y$10$RE/6wySgtuhsN4Kv2O9fiub/Czya6r6cu33E0k4rnUZ5riGvmmhpO' WHERE `user`.`idx` IN ('16')

Array
(
    [idx] => 16
    [name] => test-1764135082
    [country] => 
    [email] => test@test.com-1764135082
    [password] => $2y$10$RE/6wySgtuhsN4Kv2O9fiub/Czya6r6cu33E0k4rnUZ
    [created_at] => 
)