I don’t think this is the best/recommended option in your case, but from this link … you could change the NOT NULL status
alter table tabWarehouse modify column translatable int(1) NULL default 0;
and then run
bench update --patch
I don’t think this is the best/recommended option in your case, but from this link … you could change the NOT NULL status
alter table tabWarehouse modify column translatable int(1) NULL default 0;
and then run
bench update --patch