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

Method alter_table

sea-orm-migration/src/manager.rs:65–67  ·  view source on GitHub ↗
(&self, stmt: TableAlterStatement)

Source from the content-addressed store, hash-verified

63/// Schema Mutation
64impl SchemaManager<'_> {
65 pub async fn alter_table(&self, stmt: TableAlterStatement) -> Result<(), DbErr> {
66 self.exec_stmt(stmt).await
67 }
68
69 pub async fn drop_table(&self, stmt: TableDropStatement) -> Result<(), DbErr> {
70 self.exec_stmt(stmt).await

Callers

nothing calls this directly

Calls 1

exec_stmtMethod · 0.80

Tested by

no test coverage detected