We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fda44 commit 05591edCopy full SHA for 05591ed
src/ast/ddl.rs
@@ -1034,7 +1034,7 @@ pub enum TableConstraint {
1034
name: Option<Ident>,
1035
expr: Box<Expr>,
1036
/// MySQL-specific syntax
1037
- /// https://dev.mysql.com/doc/refman/8.4/en/create-table.html
+ /// <https://dev.mysql.com/doc/refman/8.4/en/create-table.html>
1038
enforced: Option<bool>,
1039
},
1040
/// MySQLs [index definition][1] for index creation. Not present on ANSI so, for now, the usage
0 commit comments