pgquarrel icon indicating copy to clipboard operation
pgquarrel copied to clipboard

implement ALTER COLUMN ... DROP/ADD CONSTRAINT for checks

Open mitchellh opened this issue 2 years ago • 0 comments

This adds the ADD/DROP constraint logic for checks. I found you were already querying checks. I'm not sure if this exhaustively works for all check scenarios but for simplistic cases (represented in tests) it works well.

mitchellh avatar Nov 26 '21 22:11 mitchellh