public LiquibaseDataType from(DataType type, Database database) {
   if (type == null) {
     return null;
   }
   return fromDescription(type.toString(), database);
 }