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

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

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

* Query : UPDATE `user` SET `idx` = '220', `name` = 'test-1777052312', `email` = 'test@test.com-1777052312', `password` = '$2y$10$34RxwgAhZ1GLfGIGSwMKxeKxp6SMfhKKhohQ5LKA5BaD2tiKF4gz6' WHERE `user`.`idx` IN ('220')

Array
(
    [idx] => 220
    [name] => test-1777052312
    [country] => 
    [email] => test@test.com-1777052312
    [password] => $2y$10$34RxwgAhZ1GLfGIGSwMKxeKxp6SMfhKKhohQ5LKA5Ba
    [created_at] => 
)