String normalizeColumnName(String fieldName) => StringUtils.toLowerCaseUnderscore(fieldName, simple: true);