Project

General

Profile

« Previous | Next » 

Revision 47e005aa

Added by Andreas Müller almost 8 years ago

Increase length of symbol and inverseSymbol #5734

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/common/DefinedTermBase.java
171 171
    private String idInVocabulary;  //the unique identifier/name this term uses in its given vocabulary #3479
172 172

  
173 173
    @XmlElement(name = "symbol")
174
    @Column(length=10)
174
    @Column(length=30)
175 175
    //the symbol to be used in String representations for this term  #5734
176 176
    //this term can be changed by the database instance even if the term is not managed by this instance as it is only for representation and has no semantic or identifying character
177 177
    //empty string is explicitly allowed and should be distinguished from NULL!

Also available in: Unified diff