pub fn no_comment_column_constraint(expr: Expression) -> Result<Expression>Expand description
Convert COMMENT ON statements to inline comments.
For dialects that don’t support COMMENT ON syntax, this can transform comment statements into inline comments or skip them entirely.
Reference: generator.py:no_comment_column_constraint_sql()