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

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

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

* Query : UPDATE `user` SET `idx` = '1', `name` = 'test-1768427656', `email` = 'test@test.com-1768427656', `password` = '$2y$10$PKLgBqUnVM4cNgLu6h7X1.xgxZp6bWH.pRfBrsYpmd83zxMyut2TG' WHERE `user`.`idx` IN ('1')

Array
(
    [idx] => 1
    [name] => test-1768427656
    [country] => 
    [email] => test@test.com-1768427656
    [password] => $2y$10$PKLgBqUnVM4cNgLu6h7X1.xgxZp6bWH.pRfBrsYpmd8
    [created_at] => 
)