Project

General

Profile

« Previous | Next » 

Revision 4700

schemas/vegbien.sql: plantconcept: Made plantname_id optional because the datasource's plantconcepts do not need to be placed in the recursive plantname hierarchy

View differences:

schemas/vegbien.my.sql
670 670
    plantconcept_id int(11) NOT NULL,
671 671
    datasource_id int(11) NOT NULL,
672 672
    plantcode text,
673
    plantname_id int(11) NOT NULL,
673
    plantname_id int(11),
674 674
    scientificname text,
675 675
    scientificnameauthor text,
676 676
    scientificnamewithauthor text,
schemas/vegbien.sql
908 908
    plantconcept_id integer NOT NULL,
909 909
    datasource_id integer NOT NULL,
910 910
    plantcode text,
911
    plantname_id integer NOT NULL,
911
    plantname_id integer,
912 912
    scientificname text,
913 913
    scientificnameauthor text,
914 914
    scientificnamewithauthor text,

Also available in: Unified diff