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

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

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

* Query : UPDATE `user` SET `idx` = '409', `name` = 'test-1745071494', `email` = 'test@test.com-1745071494', `password` = '$2y$10$y21jNZtK6gGUbCt0g244BeWkZphUubVU8X6uTKK5vq20Z80M2a8y6' WHERE `user`.`idx` IN ('409')

Array
(
    [idx] => 409
    [name] => test-1745071494
    [country] => 
    [email] => test@test.com-1745071494
    [password] => $2y$10$y21jNZtK6gGUbCt0g244BeWkZphUubVU8X6uTKK5vq2
    [created_at] => 
)