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

Method drop_table

sea-orm-migration/src/manager.rs:69–71  ·  view source on GitHub ↗
(&self, stmt: TableDropStatement)

Source from the content-addressed store, hash-verified

67 }
68
69 pub async fn drop_table(&self, stmt: TableDropStatement) -> Result<(), DbErr> {
70 self.exec_stmt(stmt).await
71 }
72
73 pub async fn rename_table(&self, stmt: TableRenameStatement) -> Result<(), DbErr> {
74 self.exec_stmt(stmt).await

Callers 15

downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80
downMethod · 0.80

Calls 1

exec_stmtMethod · 0.80

Tested by 2

downMethod · 0.64
downMethod · 0.64