MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / drop_index

Method drop_index

sea-orm-migration/src/manager.rs:81–83  ·  view source on GitHub ↗
(&self, stmt: IndexDropStatement)

Source from the content-addressed store, hash-verified

79 }
80
81 pub async fn drop_index(&self, stmt: IndexDropStatement) -> Result<(), DbErr> {
82 self.exec_stmt(stmt).await
83 }
84
85 pub async fn drop_foreign_key(&self, stmt: ForeignKeyDropStatement) -> Result<(), DbErr> {
86 self.exec_stmt(stmt).await

Callers

nothing calls this directly

Calls 1

exec_stmtMethod · 0.80

Tested by

no test coverage detected