* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1775978693', 'test@test.com-1775978693', '$2y$10$QWUA2XyEABtHe/nqdq1ox.HTyv5S8sGQPr0c75V.c84pwQaVmu6CC')

Array
(
    [idx] => 71
    [name] => test-1775978693
    [country] => 
    [email] => test@test.com-1775978693
    [password] => $2y$10$QWUA2XyEABtHe/nqdq1ox.HTyv5S8sGQPr0c75V.c84
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '71', `name` = 'test-1775978693', `email` = 'test@test.com-1775978693', `password` = '$2y$10$6eNugDLUUdYbmqOq1vpkoen/wBVDnSYkCMKa6X2BIFPRwYfUdolHW' WHERE `user`.`idx` IN ('71')

Array
(
    [idx] => 71
    [name] => test-1775978693
    [country] => 
    [email] => test@test.com-1775978693
    [password] => $2y$10$6eNugDLUUdYbmqOq1vpkoen/wBVDnSYkCMKa6X2BIFP
    [created_at] => 
)