pub async fn get_index_state_tables_by_table_id<C>( table_id: TableId, db: &C, ) -> MetaResult<Vec<TableId>>where C: ConnectionTrait,