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

Array
(
    [idx] => 294
    [name] => test-1777954138
    [country] => 
    [email] => test@test.com-1777954138
    [password] => $2y$10$qU1xKcxg9MUhSVFF29hEQOT0hjDha7B.xBSGlWhljaM
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '294', `name` = 'test-1777954138', `email` = 'test@test.com-1777954138', `password` = '$2y$10$WyttZUn8/aofJi2PUQISPu9ORCEEz6gFoVM0kd2G6NzOG1.p32No6' WHERE `user`.`idx` IN ('294')

Array
(
    [idx] => 294
    [name] => test-1777954138
    [country] => 
    [email] => test@test.com-1777954138
    [password] => $2y$10$WyttZUn8/aofJi2PUQISPu9ORCEEz6gFoVM0kd2G6Nz
    [created_at] => 
)