* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1777314416', 'test@test.com-1777314416', '$2y$10$VPlY12edqvGO6xQPnuZNleNj7iJT.kkymschSxQlKC5.0.fFQNtNu')

Array
(
    [idx] => 251
    [name] => test-1777314416
    [country] => 
    [email] => test@test.com-1777314416
    [password] => $2y$10$VPlY12edqvGO6xQPnuZNleNj7iJT.kkymschSxQlKC5
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '251', `name` = 'test-1777314416', `email` = 'test@test.com-1777314416', `password` = '$2y$10$Y8ThZDN68BKEoN/TCB0bf.QdGj8NbkA1XSLTWocWX7ezIcr0v5.hm' WHERE `user`.`idx` IN ('251')

Array
(
    [idx] => 251
    [name] => test-1777314416
    [country] => 
    [email] => test@test.com-1777314416
    [password] => $2y$10$Y8ThZDN68BKEoN/TCB0bf.QdGj8NbkA1XSLTWocWX7e
    [created_at] => 
)