Get table name for a model.
String? getTableName(String modelName) { return _models[modelName]?.tableName; }