Project

General

Profile

« Previous | Next » 

Revision 484

vegbien.sql: Made plot.authorcode optional as not all plots have names

View differences:

schemas/vegbien.sql
1549 1549

  
1550 1550
CREATE TABLE plot (
1551 1551
    plot_id integer NOT NULL,
1552
    authorcode character varying(30) NOT NULL,
1552
    authorcode character varying(30),
1553 1553
    reference_id integer,
1554 1554
    parent_id integer,
1555 1555
    reallatitude double precision,

Also available in: Unified diff