Project

General

Profile

« Previous | Next » 

Revision 6877

schemas/vegbien.sql: trait: Added units field

View differences:

schemas/vegbien.my.sql
3376 3376
    trait_id int(11) NOT NULL,
3377 3377
    taxonlabel_id int(11) NOT NULL,
3378 3378
    name varchar(255) NOT NULL,
3379
    value varchar(255)
3379
    value varchar(255),
3380
    units varchar(255)
3380 3381
);
3381 3382

  
3382 3383

  
schemas/vegbien.sql
4473 4473
    trait_id integer NOT NULL,
4474 4474
    taxonlabel_id integer NOT NULL,
4475 4475
    name text NOT NULL,
4476
    value text
4476
    value text,
4477
    units text
4477 4478
);
4478 4479

  
4479 4480

  

Also available in: Unified diff