Get table name for a model (accepts model name or table name).
String? getTableName(String modelName) { return getModel(modelName)?.tableName; }