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

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

* Query : UPDATE `user` SET `idx` = '2', `name` = 'test-1769008855', `email` = 'test@test.com-1769008855', `password` = '$2y$10$JVR282m16yXYVtZqJo/ZA.MonFlf4Hy7MhpPG5X3V9dacG4v4WD.q' WHERE `user`.`idx` IN ('2')

Array
(
    [idx] => 2
    [name] => test-1769008855
    [country] => 
    [email] => test@test.com-1769008855
    [password] => $2y$10$JVR282m16yXYVtZqJo/ZA.MonFlf4Hy7MhpPG5X3V9d
    [created_at] => 
)