* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1765084184', 'test@test.com-1765084184', '$2y$10$d77JoibEWZTZPEUUt/KesubwfFevBDI6e.0cxcsB/kDggRTnkqsfi')

Array
(
    [idx] => 8
    [name] => test-1765084184
    [country] => 
    [email] => test@test.com-1765084184
    [password] => $2y$10$d77JoibEWZTZPEUUt/KesubwfFevBDI6e.0cxcsB/kD
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '8', `name` = 'test-1765084184', `email` = 'test@test.com-1765084184', `password` = '$2y$10$.VoB9jP9P150J7oICqaA0eXuxWVnbWaPLg95a27DJJ9rJAZfjIqsS' WHERE `user`.`idx` IN ('8')

Array
(
    [idx] => 8
    [name] => test-1765084184
    [country] => 
    [email] => test@test.com-1765084184
    [password] => $2y$10$.VoB9jP9P150J7oICqaA0eXuxWVnbWaPLg95a27DJJ9
    [created_at] => 
)