* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1770635614', 'test@test.com-1770635614', '$2y$10$wOz9IQBt45Hw906HDzjzO.zwIw0E4JDhjUyudy29D/r6Ld/MEmOqC')

Array
(
    [idx] => 3
    [name] => test-1770635614
    [country] => 
    [email] => test@test.com-1770635614
    [password] => $2y$10$wOz9IQBt45Hw906HDzjzO.zwIw0E4JDhjUyudy29D/r
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '3', `name` = 'test-1770635614', `email` = 'test@test.com-1770635614', `password` = '$2y$10$tOcWU/j3zFnYhu5f4O/Z2.TVD/HB1226KImIO6ObKtUtEatUYu7R2' WHERE `user`.`idx` IN ('3')

Array
(
    [idx] => 3
    [name] => test-1770635614
    [country] => 
    [email] => test@test.com-1770635614
    [password] => $2y$10$tOcWU/j3zFnYhu5f4O/Z2.TVD/HB1226KImIO6ObKtU
    [created_at] => 
)