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

Array
(
    [idx] => 32
    [name] => test-1772926900
    [country] => 
    [email] => test@test.com-1772926900
    [password] => $2y$10$bSKKTmSoRoTuXg95F4PHI.oCmeGYpGlb0p1alEiav2c
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '32', `name` = 'test-1772926900', `email` = 'test@test.com-1772926900', `password` = '$2y$10$7xPWV4K4BvnHOPkamfL8xOn2hLp16CVagRr.h8Z5JGgm4/qvzpUja' WHERE `user`.`idx` IN ('32')

Array
(
    [idx] => 32
    [name] => test-1772926900
    [country] => 
    [email] => test@test.com-1772926900
    [password] => $2y$10$7xPWV4K4BvnHOPkamfL8xOn2hLp16CVagRr.h8Z5JGg
    [created_at] => 
)