pub async fn has_table_been_migrated<C>(
txn: &C,
table_id: TableId,
) -> MetaResult<bool>where
C: ConnectionTrait,
pub async fn has_table_been_migrated<C>(
txn: &C,
table_id: TableId,
) -> MetaResult<bool>where
C: ConnectionTrait,