Project

General

Profile

« Previous | Next » 

Revision 5273

schemas/vegbien.sql: taxonconcept: Added description field

View differences:

schemas/vegbien.my.sql
803 803
    variety text,
804 804
    forma text,
805 805
    cultivar text,
806
    description text,
806 807
    accessioncode text
807 808
);
808 809

  
schemas/vegbien.sql
1137 1137
    variety text,
1138 1138
    forma text,
1139 1139
    cultivar text,
1140
    description text,
1140 1141
    accessioncode text,
1141 1142
    CONSTRAINT taxonconcept_required_key CHECK (((((((identifyingtaxonomicname IS NOT NULL) OR (taxonname IS NOT NULL)) OR (taxonomicname IS NOT NULL)) OR (taxonomicnamewithauthor IS NOT NULL)) OR (family IS NOT NULL)) OR (genus IS NOT NULL)))
1142 1143
);

Also available in: Unified diff