ALTER TABLE xs_xjb drop CONSTRAINT check_xs_xjb;
ALTER TABLE xs_xjb ADD CONSTRAINT check_xs_xjb CHECK
    (xm is not null and xh is not null);