* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1772327784', 'test@test.com-1772327784', '$2y$10$bnYt.7VwDhSBBNSgspzbs.tVLkJaFGzVG6jqWILucTw58ZQP864mG')

Array
(
    [idx] => 5
    [name] => test-1772327784
    [country] => 
    [email] => test@test.com-1772327784
    [password] => $2y$10$bnYt.7VwDhSBBNSgspzbs.tVLkJaFGzVG6jqWILucTw
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '5', `name` = 'test-1772327784', `email` = 'test@test.com-1772327784', `password` = '$2y$10$yI45mdjfCHLYfDwbjCLw6.NFwt90Zr.sBN1MJ2cqepgcauU.4t/.a' WHERE `user`.`idx` IN ('5')

Array
(
    [idx] => 5
    [name] => test-1772327784
    [country] => 
    [email] => test@test.com-1772327784
    [password] => $2y$10$yI45mdjfCHLYfDwbjCLw6.NFwt90Zr.sBN1MJ2cqepg
    [created_at] => 
)