diff --git a/src/query/insert.rs b/src/query/insert.rs index c14fcc0b..d185ada1 100644 --- a/src/query/insert.rs +++ b/src/query/insert.rs @@ -25,7 +25,7 @@ impl Insert where A: ActiveModelTrait, { - pub fn new() -> Self { + pub(crate) fn new() -> Self { Self { query: InsertStatement::new() .into_table(A::Entity::default().into_iden())