diff --git a/sea-orm-migration/src/manager.rs b/sea-orm-migration/src/manager.rs index 14ca418c..06bfe2c5 100644 --- a/sea-orm-migration/src/manager.rs +++ b/sea-orm-migration/src/manager.rs @@ -94,7 +94,7 @@ impl<'c> SchemaManager<'c> { } } -/// Schema Inspection +/// Schema Inspection. impl<'c> SchemaManager<'c> { pub async fn has_table(&self, table: T) -> Result where