Function has_table_been_migrated

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