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

Array
(
    [idx] => 36
    [name] => test-1764922618
    [country] => 
    [email] => test@test.com-1764922618
    [password] => $2y$10$Q4YdYIdV6UmAy5HfWrqFj.TXBK0ZjoXhnGlhMh2z00B
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '36', `name` = 'test-1764922618', `email` = 'test@test.com-1764922618', `password` = '$2y$10$RnQeIp4A.ycdrivry4Zg9.o9uZA5kdnbwUAi.tFpBu.S4/.ewy8l6' WHERE `user`.`idx` IN ('36')

Array
(
    [idx] => 36
    [name] => test-1764922618
    [country] => 
    [email] => test@test.com-1764922618
    [password] => $2y$10$RnQeIp4A.ycdrivry4Zg9.o9uZA5kdnbwUAi.tFpBu.
    [created_at] => 
)