postgres 约束 多个条件 联合 约束时间:2023-03-09 04:56:23 ADD CONSTRAINT xxx CHECK ( (col1 = 0.0) = (col2 IS NOT NULL)); ## 相当于check (true = ture)