Project

General

Profile

« Previous | Next » 

Revision 2011

schemas/vegbien.sql: definedvalue: Made definedvalue nullable so that each row of a datasource can have a uniform structure in VegBIEN, and to support reusing the same XML DOM tree for each row

View differences:

vegbien.my.sql
553 553
    definedvalue_id int(11) NOT NULL,
554 554
    userdefined_id int(11) NOT NULL,
555 555
    tablerecord_id int(11) NOT NULL,
556
    definedvalue text NOT NULL
556
    definedvalue text
557 557
);
558 558

  
559 559

  

Also available in: Unified diff