Case
SQLColumnConstraintAlgorithm.custom(_:)
An arbitrary expression used in place of a defined constraint.
case custom(any SQLExpression)
Discussion
This case is redundant with the ability to specify a constraint as an arbitrary SQLExpression at the next higher layer of API and should not be used.