Create rule for `db_table_exists()` deprecated functionality
>>> [!note] Migrated issue <!-- Drupal.org comment --> <!-- Migrated from issue #3165611. --> Reported by: [devad](https://www.drupal.org/user/2268520) >>> <p>Just a feature request to create rule for db_table_exists() if possible.</p> <p>Upgrade Status message:</p> <p>Call to deprecated function db_table_exists(). Deprecated in drupal:8.0.0 and is removed from drupal:9.0.0. Instead, get a database connection injected into your service from the container, get its schema driver, and call tableExists() on it.</p>
issue