diff --git a/src/query/insert.rs b/src/query/insert.rs index 5b41b1873..b13cd8a43 100644 --- a/src/query/insert.rs +++ b/src/query/insert.rs @@ -226,7 +226,7 @@ where TryInsert::from_insert(self) } - /// Set ON CONFLICT do nothing, but with MySQL specific polyfill. + /// Set ON CONFLICT on primary key do nothing, but with MySQL specific polyfill. /// /// ``` /// use sea_orm::{entity::*, query::*, sea_query::OnConflict, tests_cfg::cake, DbBackend};