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

Method drop_foreign_key

sea-orm-migration/src/manager.rs:85–87  ·  view source on GitHub ↗
(&self, stmt: ForeignKeyDropStatement)

Source from the content-addressed store, hash-verified

83 }
84
85 pub async fn drop_foreign_key(&self, stmt: ForeignKeyDropStatement) -> Result<(), DbErr> {
86 self.exec_stmt(stmt).await
87 }
88
89 pub async fn alter_type(&self, stmt: TypeAlterStatement) -> Result<(), DbErr> {
90 self.exec_stmt(stmt).await

Callers 1

downMethod · 0.80

Calls 1

exec_stmtMethod · 0.80

Tested by 1

downMethod · 0.64