Project

General

Profile

« Previous | Next » 

Revision 3956

schemas/vegbien.sql: specimenreplicate: Made plantobservation_id required, since that is now the parent table fkey

View differences:

schemas/vegbien.my.sql
2117 2117
    specimenreplicate_id int(11) NOT NULL,
2118 2118
    datasource_id int(11) NOT NULL,
2119 2119
    sourceaccessioncode text,
2120
    plantobservation_id int(11),
2120
    plantobservation_id int(11) NOT NULL,
2121 2121
    institution_id int(11),
2122 2122
    collectioncode_dwc text,
2123 2123
    catalognumber_dwc text,
schemas/vegbien.sql
2592 2592
    specimenreplicate_id integer NOT NULL,
2593 2593
    datasource_id integer NOT NULL,
2594 2594
    sourceaccessioncode text,
2595
    plantobservation_id integer,
2595
    plantobservation_id integer NOT NULL,
2596 2596
    institution_id integer,
2597 2597
    collectioncode_dwc text,
2598 2598
    catalognumber_dwc text,

Also available in: Unified diff