Visibility
This commit is contained in:
parent
e83cc63e3a
commit
57097c0ede
@ -25,7 +25,7 @@ impl<A> Insert<A>
|
|||||||
where
|
where
|
||||||
A: ActiveModelTrait,
|
A: ActiveModelTrait,
|
||||||
{
|
{
|
||||||
pub fn new() -> Self {
|
pub(crate) fn new() -> Self {
|
||||||
Self {
|
Self {
|
||||||
query: InsertStatement::new()
|
query: InsertStatement::new()
|
||||||
.into_table(A::Entity::default().into_iden())
|
.into_table(A::Entity::default().into_iden())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user