[cli] test

This commit is contained in:
Chris Tsang 2024-03-15 23:11:37 +00:00
parent 4cda344811
commit 88128ee2aa

View File

@ -94,7 +94,7 @@ impl<'c> SchemaManager<'c> {
}
}
/// Schema Inspection
/// Schema Inspection.
impl<'c> SchemaManager<'c> {
pub async fn has_table<T>(&self, table: T) -> Result<bool, DbErr>
where