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

Method create_table

sea-orm-migration/src/manager.rs:46–48  ·  view source on GitHub ↗
(&self, stmt: TableCreateStatement)

Source from the content-addressed store, hash-verified

44/// Schema Creation
45impl SchemaManager<'_> {
46 pub async fn create_table(&self, stmt: TableCreateStatement) -> Result<(), DbErr> {
47 self.exec_stmt(stmt).await
48 }
49
50 pub async fn create_index(&self, stmt: IndexCreateStatement) -> Result<(), DbErr> {
51 self.exec_stmt(stmt).await

Callers 15

upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80
upMethod · 0.80

Calls 1

exec_stmtMethod · 0.80

Tested by 2

upMethod · 0.64
upMethod · 0.64