FCarterV

Results 1 issues of FCarterV

Let's say I have the following constraint definition dump_1 ALTER TABLE "TableName" ADD CONSTRAINT "chk_range" CHECK (("Column1" = 2::numeric)); and on dump_2 I have ALTER TABLE "TableName" ADD CONSTRAINT "chk_range"...

enhancement