* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1776077115', 'test@test.com-1776077115', '$2y$10$YOHlabj9nOvj.e3BDuNI3..cIRMO7TIr8R80t0.rB/oEfB9MtxpoK')

Array
(
    [idx] => 78
    [name] => test-1776077115
    [country] => 
    [email] => test@test.com-1776077115
    [password] => $2y$10$YOHlabj9nOvj.e3BDuNI3..cIRMO7TIr8R80t0.rB/o
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '78', `name` = 'test-1776077115', `email` = 'test@test.com-1776077115', `password` = '$2y$10$efDd7.9jOd.xxiqMK6e1vu.73ZoMYuZMoE2CAAtHT/0Ezlerq.3Lm' WHERE `user`.`idx` IN ('78')

Array
(
    [idx] => 78
    [name] => test-1776077115
    [country] => 
    [email] => test@test.com-1776077115
    [password] => $2y$10$efDd7.9jOd.xxiqMK6e1vu.73ZoMYuZMoE2CAAtHT/0
    [created_at] => 
)