* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1770639138', 'test@test.com-1770639138', '$2y$10$AIYpkiS1KLZTiYJBq.Be1OGnbLjhY1nMUEHh/4OWEVQsJj5iX7hj.')

Array
(
    [idx] => 4
    [name] => test-1770639138
    [country] => 
    [email] => test@test.com-1770639138
    [password] => $2y$10$AIYpkiS1KLZTiYJBq.Be1OGnbLjhY1nMUEHh/4OWEVQ
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '4', `name` = 'test-1770639138', `email` = 'test@test.com-1770639138', `password` = '$2y$10$MzibktkUCUTx.bPIsYbf4O4SFyRoEedKupAJ1KhBw.TeBADIZHGDO' WHERE `user`.`idx` IN ('4')

Array
(
    [idx] => 4
    [name] => test-1770639138
    [country] => 
    [email] => test@test.com-1770639138
    [password] => $2y$10$MzibktkUCUTx.bPIsYbf4O4SFyRoEedKupAJ1KhBw.T
    [created_at] => 
)