* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777052310', 'test@test.com-1777052310', '$2y$10$O3Rmax6az29aaBOmBbzH3uAHQFI9PM/Sk5gLzlUqNesrb92U0Q/Ka')

Array
(
    [idx] => 219
    [name] => test-1777052310
    [country] => 
    [email] => test@test.com-1777052310
    [password] => $2y$10$O3Rmax6az29aaBOmBbzH3uAHQFI9PM/Sk5gLzlUqNes
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '219', `name` = 'test-1777052310', `email` = 'test@test.com-1777052310', `password` = '$2y$10$NLJj3R/UF9eaLEnP0CR9gu08QIPelxQ8TTjMm2zWdz/9KdPjN8ULO' WHERE `user`.`idx` IN ('219')

Array
(
    [idx] => 219
    [name] => test-1777052310
    [country] => 
    [email] => test@test.com-1777052310
    [password] => $2y$10$NLJj3R/UF9eaLEnP0CR9gu08QIPelxQ8TTjMm2zWdz/
    [created_at] => 
)