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

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

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

* Query : UPDATE `user` SET `idx` = '1', `name` = 'test-1760335103', `email` = 'test@test.com-1760335103', `password` = '$2y$10$j3SaUe7XGbQcY14h4AQmOOCImfAgkiukylTAFv7Th.yz0yvyf7H.W' WHERE `user`.`idx` IN ('1')

Array
(
    [idx] => 1
    [name] => test-1760335103
    [country] => 
    [email] => test@test.com-1760335103
    [password] => $2y$10$j3SaUe7XGbQcY14h4AQmOOCImfAgkiukylTAFv7Th.y
    [created_at] => 
)