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 a649098 commit 1d07c4fCopy full SHA for 1d07c4f
src/ast/helpers/stmt_create_database.rs
@@ -51,6 +51,7 @@ use crate::parser::ParserError;
51
/// )
52
/// ```
53
///
54
+/// [1]: Statement::CreateTable
55
#[derive(Debug, Clone, PartialEq, Eq, Hash)]
56
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
57
#[cfg_attr(feature = "visitor", derive(Visit, VisitMut))]
0 commit comments