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

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

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

* Query : UPDATE `user` SET `idx` = '18', `name` = 'test-1771062230', `email` = 'test@test.com-1771062230', `password` = '$2y$10$qS868RGhCS9qwkI4X4/yHehV2SXhARAitB43DcrShk95xsKYGpjOO' WHERE `user`.`idx` IN ('18')

Array
(
    [idx] => 18
    [name] => test-1771062230
    [country] => 
    [email] => test@test.com-1771062230
    [password] => $2y$10$qS868RGhCS9qwkI4X4/yHehV2SXhARAitB43DcrShk9
    [created_at] => 
)