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 bf299ca commit aeb0094Copy full SHA for aeb0094
src/ast/ddl.rs
@@ -1031,7 +1031,7 @@ pub enum TableConstraint {
1031
name: Option<Ident>,
1032
expr: Box<Expr>,
1033
/// MySQL-specific syntax
1034
- /// https://dev.mysql.com/doc/refman/8.4/en/create-table.html
+ /// <https://dev.mysql.com/doc/refman/8.4/en/create-table.html>
1035
enforced: Option<bool>,
1036
},
1037
/// MySQLs [index definition][1] for index creation. Not present on ANSI so, for now, the usage
0 commit comments