pub fn check_constraint_name(table: &str, expr: &str) -> StringExpand description
Generate a deterministic CHECK constraint name for a table and expression.
Constraint names must be unique within a schema, so we include the table name and a stable hash of the expression (after whitespace normalization).