pub fn parse_check_definition(value: &str) -> StringAvailable on crate feature
std only.Expand description
Parse a CHECK constraint definition: strip a leading CHECK keyword,
leaving the (possibly parenthesized) expression intact. Balanced outer
parentheses are the caller’s concern — naive suffix trimming corrupts
expressions like ((a) AND (b)).