allowCallbacks() 메소드를 호출하는 단일 모델에 대해 이 설정을 일시적으로 변경할 수 있습니다.

* Query : INSERT INTO `user` (`name`, `email`, `password`) VALUES ('test-1768881261', 'test@test.com-1768881261', 'testpassword-1768881261')

Array
(
    [idx] => 8
    [name] => test-1768881261
    [country] => 
    [email] => test@test.com-1768881261
    [password] => testpassword-1768881261
    [created_at] => 
)

* Query : UPDATE `user` SET `idx` = '8', `name` = 'test-1768881261', `email` = 'test@test.com-1768881261', `password` = '$2y$10$gTc9DvLY3jdQ7epXgbMfm.f6lZPA6xBGacVnPaR2peBC50X6pLWP2' WHERE `user`.`idx` IN ('8')

Array
(
    [idx] => 8
    [name] => test-1768881261
    [country] => 
    [email] => test@test.com-1768881261
    [password] => $2y$10$gTc9DvLY3jdQ7epXgbMfm.f6lZPA6xBGacVnPaR2peB
    [created_at] => 
)