* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1769467478', 'test@test.com-1769467478', '$2y$10$LaUEuyhTNeBJr7Qhnm.U1.x7v01HPF9l6k1TfVEneiNXu1bRG.Bzm')

Array
(
    [idx] => 4
    [name] => test-1769467478
    [country] => 
    [email] => test@test.com-1769467478
    [password] => $2y$10$LaUEuyhTNeBJr7Qhnm.U1.x7v01HPF9l6k1TfVEneiN
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '4', `name` = 'test-1769467478', `email` = 'test@test.com-1769467478', `password` = '$2y$10$J/LCxN2HuUQQlnaZiX./KOEtjQqVNdCQ8a1OTMffQdSfEAN0MOYw.' WHERE `user`.`idx` IN ('4')

Array
(
    [idx] => 4
    [name] => test-1769467478
    [country] => 
    [email] => test@test.com-1769467478
    [password] => $2y$10$J/LCxN2HuUQQlnaZiX./KOEtjQqVNdCQ8a1OTMffQdS
    [created_at] => 
)