public static String getColumnName(DataType dataType, Attribute attribute) {
   return dataType.name() + "_" + attribute.getName();
 }