* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1768908961', 'test@test.com-1768908961', '$2y$10$AXBejVgCAO8k4909ITgCWONd3J5F671AXIrm4xx.Q9HRC8PA.G4/K')

Array
(
    [idx] => 10
    [name] => test-1768908961
    [country] => 
    [email] => test@test.com-1768908961
    [password] => $2y$10$AXBejVgCAO8k4909ITgCWONd3J5F671AXIrm4xx.Q9H
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '10', `name` = 'test-1768908961', `email` = 'test@test.com-1768908961', `password` = '$2y$10$11K.2LHVNhyL9XeweKZsw.n0pRVV1EBYZASfxwflUQ5eqnMOGo44.' WHERE `user`.`idx` IN ('10')

Array
(
    [idx] => 10
    [name] => test-1768908961
    [country] => 
    [email] => test@test.com-1768908961
    [password] => $2y$10$11K.2LHVNhyL9XeweKZsw.n0pRVV1EBYZASfxwflUQ5
    [created_at] => 
)