Project

General

Profile

« Previous | Next » 

Revision 6876

schemas/vegbien.sql: trait: Renamed type to name because TraitObservation stores trait names rather than types

View differences:

vegbien.sql
4472 4472
CREATE TABLE trait (
4473 4473
    trait_id integer NOT NULL,
4474 4474
    taxonlabel_id integer NOT NULL,
4475
    type text NOT NULL,
4475
    name text NOT NULL,
4476 4476
    value text
4477 4477
);
4478 4478

  

Also available in: Unified diff