Column 'apply_user_permissions' cannot be null

like this

hi have solved with

alter table tabDocPerm modify column apply_user_permissions int(1) NULL default 0;

probably isnt an v11 update problem

1 Like