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

Array
(
    [idx] => 4
    [name] => test-1774065101
    [country] => 
    [email] => test@test.com-1774065101
    [password] => $2y$10$2VeeaxuPsWKF1CwAexo1delzp6oSezzLY0vHl1adhp6
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '4', `name` = 'test-1774065101', `email` = 'test@test.com-1774065101', `password` = '$2y$10$ckq6UjXps/93cpHyUpBfpOCTSQ6TMEnITCTes7xPFjLFlSJFiw.uO' WHERE `user`.`idx` IN ('4')

Array
(
    [idx] => 4
    [name] => test-1774065101
    [country] => 
    [email] => test@test.com-1774065101
    [password] => $2y$10$ckq6UjXps/93cpHyUpBfpOCTSQ6TMEnITCTes7xPFjL
    [created_at] => 
)