Project

General

Profile

« Previous | Next » 

Revision 706

PostgreSQL-MySQL.csv: Remove CHECK constraints

View differences:

vegbien.my.sql
90 90
    plantobservation_id int(11),
91 91
    stratum_id int(11),
92 92
    sizeclass_id int(11),
93
    coverindex_id int(11),
94
    CONSTRAINT aggregateoccurrence_plantobs_count_1 CHECK (((plantobservation_id IS NULL) OR (NOT (count IS DISTINCT FROM 1))))
93
    coverindex_id int(11)
95 94
);
96 95

  
97 96

  

Also available in: Unified diff