Returns true if the entity table T exists.
true
T
Future<bool> checkIfEntityTableExists<T>() => checkIfTableExists(T.toString());