* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1772166854', 'test@test.com-1772166854', '$2y$10$uoXo82x7/v0eKYMroEZ1WODDylowsR9FGDDz0x34.W91kC4WeqSfm')

Array
(
    [idx] => 12
    [name] => test-1772166854
    [country] => 
    [email] => test@test.com-1772166854
    [password] => $2y$10$uoXo82x7/v0eKYMroEZ1WODDylowsR9FGDDz0x34.W9
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '12', `name` = 'test-1772166854', `email` = 'test@test.com-1772166854', `password` = '$2y$10$mPl2Z21Gagk5PfceWmnGBeh8/F4an3Nty4G5sR8D6yrCXGjDFuZFO' WHERE `user`.`idx` IN ('12')

Array
(
    [idx] => 12
    [name] => test-1772166854
    [country] => 
    [email] => test@test.com-1772166854
    [password] => $2y$10$mPl2Z21Gagk5PfceWmnGBeh8/F4an3Nty4G5sR8D6yr
    [created_at] => 
)