Closed alaister closed 1 year ago
Bug fix
You get an error if you send null in the check field when updating a column.
null
check
Can delete check constraints as expected.
What kind of change does this PR introduce?
Bug fix
What is the current behaviour?
You get an error if you send
null
in thecheck
field when updating a column.What is the new behaviour?
Can delete
check
constraints as expected.