Project

General

Profile

« Previous | Next » 

Revision be50704c

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/RelationshipTermBase.java
82 82
	private Set<Representation> inverseRepresentations = new HashSet<Representation>();
83 83

  
84 84
    @XmlElement(name = "inverseSymbol")
85
    @Column(length=10)
85
    @Column(length=30)
86 86
    //the symbol to be used in String representations for the reverse representation of this term #5734
87 87
    //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
88 88
    //empty string is explicitly allowed and should be distinguished from NULL!

Also available in: Unified diff