* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1774280963', 'test@test.com-1774280963', '$2y$10$TgU32t7cIqiccju/a1OMm.dlBSJ4xR/aoLZfmJSj0V2P3n/sXYcD.')

Array
(
    [idx] => 11
    [name] => test-1774280963
    [country] => 
    [email] => test@test.com-1774280963
    [password] => $2y$10$TgU32t7cIqiccju/a1OMm.dlBSJ4xR/aoLZfmJSj0V2
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '11', `name` = 'test-1774280963', `email` = 'test@test.com-1774280963', `password` = '$2y$10$7HcYEWKAfuBPFg1Z7K.CYOCxJvb8QaBXG502lSOvJf3I5xaqWvbEi' WHERE `user`.`idx` IN ('11')

Array
(
    [idx] => 11
    [name] => test-1774280963
    [country] => 
    [email] => test@test.com-1774280963
    [password] => $2y$10$7HcYEWKAfuBPFg1Z7K.CYOCxJvb8QaBXG502lSOvJf3
    [created_at] => 
)