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

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

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

* Query : UPDATE `user` SET `idx` = '17', `name` = 'test-1766564791', `email` = 'test@test.com-1766564791', `password` = '$2y$10$Rbf0mf.y0joPtlqw9YPhD.CreYS29oaFgSNWrGpuvsbpzgu5cxUvC' WHERE `user`.`idx` IN ('17')

Array
(
    [idx] => 17
    [name] => test-1766564791
    [country] => 
    [email] => test@test.com-1766564791
    [password] => $2y$10$Rbf0mf.y0joPtlqw9YPhD.CreYS29oaFgSNWrGpuvsb
    [created_at] => 
)