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

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

* Query : UPDATE `user` SET `idx` = '26', `name` = 'test-1765676435', `email` = 'test@test.com-1765676435', `password` = '$2y$10$YahfB.nU4L9e10Kz8zdu8ez0yDgy7DWbd135ciN66h07J2VGdAWxS' WHERE `user`.`idx` IN ('26')

Array
(
    [idx] => 26
    [name] => test-1765676435
    [country] => 
    [email] => test@test.com-1765676435
    [password] => $2y$10$YahfB.nU4L9e10Kz8zdu8ez0yDgy7DWbd135ciN66h0
    [created_at] => 
)