Project

General

Profile

1
--
2
-- PostgreSQL database dump
3
--
4

    
5

    
6

    
7

    
8

    
9

    
10

    
11

    
12

    
13

    
14
--
15
-- Name: establishmentmeans_dwc; Type: TYPE; Schema: public; Owner: -
16
--
17

    
18

    
19

    
20

    
21
--
22
-- Name: TYPE establishmentmeans_dwc; Type: COMMENT; Schema: public; Owner: -
23
--
24

    
25

    
26

    
27

    
28
--
29
-- Name: growthform; Type: TYPE; Schema: public; Owner: -
30
--
31

    
32

    
33

    
34

    
35
--
36
-- Name: occurrencestatus_dwc; Type: TYPE; Schema: public; Owner: -
37
--
38

    
39

    
40

    
41

    
42
--
43
-- Name: placerank; Type: TYPE; Schema: public; Owner: -
44
--
45

    
46

    
47

    
48

    
49
--
50
-- Name: TYPE placerank; Type: COMMENT; Schema: public; Owner: -
51
--
52

    
53

    
54

    
55

    
56
--
57
-- Name: role; Type: TYPE; Schema: public; Owner: -
58
--
59

    
60

    
61

    
62

    
63
--
64
-- Name: taxonclass; Type: TYPE; Schema: public; Owner: -
65
--
66

    
67

    
68

    
69

    
70
--
71
-- Name: TYPE taxonclass; Type: COMMENT; Schema: public; Owner: -
72
--
73

    
74

    
75

    
76

    
77
--
78
-- Name: taxonrank; Type: TYPE; Schema: public; Owner: -
79
--
80

    
81

    
82

    
83

    
84
--
85
-- Name: aggregateoccurrence_plantobs_count_1(); Type: FUNCTION; Schema: public; Owner: -
86
--
87

    
88

    
89

    
90

    
91
--
92
-- Name: namedplace_update_ancestors(); Type: FUNCTION; Schema: public; Owner: -
93
--
94

    
95

    
96

    
97

    
98
--
99
-- Name: plantname_update_ancestors(); Type: FUNCTION; Schema: public; Owner: -
100
--
101

    
102

    
103

    
104

    
105
--
106
-- Name: taxondetermination_taxonoccurrence_id_fkey(); Type: FUNCTION; Schema: public; Owner: -
107
--
108

    
109

    
110

    
111

    
112
--
113
-- Name: concat(text); Type: AGGREGATE; Schema: public; Owner: -
114
--
115

    
116

    
117

    
118

    
119

    
120

    
121

    
122

    
123
--
124
-- Name: address; Type: TABLE; Schema: public; Owner: -; Tablespace: 
125
--
126

    
127
CREATE TABLE address (
128
    address_id int(11) NOT NULL,
129
    party_id int(11) NOT NULL,
130
    organization_id int(11),
131
    orgposition text,
132
    email text,
133
    deliverypoint text,
134
    city text,
135
    administrativearea text,
136
    postalcode text,
137
    country text,
138
    currentflag int(1),
139
    addressstartdate timestamp NULL
140
);
141

    
142

    
143
--
144
-- Name: address_address_id_seq; Type: SEQUENCE; Schema: public; Owner: -
145
--
146

    
147

    
148

    
149

    
150
--
151
-- Name: address_address_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
152
--
153

    
154

    
155

    
156

    
157
--
158
-- Name: aggregateoccurrence; Type: TABLE; Schema: public; Owner: -; Tablespace: 
159
--
160

    
161
CREATE TABLE aggregateoccurrence (
162
    aggregateoccurrence_id int(11) NOT NULL,
163
    datasource_id int(11),
164
    sourceaccessioncode text,
165
    taxonoccurrence_id int(11) NOT NULL,
166
    cover double precision,
167
    basalarea double precision,
168
    biomass double precision,
169
    inferencearea double precision,
170
    count int(11),
171
    plantobservation_id int(11),
172
    stratum_id int(11),
173
    coverindex_id int(11),
174
    occurrencestatus_dwc text DEFAULT 'present' NOT NULL,
175
    method_id int(11),
176
    linecover double precision,
177
    accessioncode text
178
);
179

    
180

    
181
--
182
-- Name: TABLE aggregateoccurrence; Type: COMMENT; Schema: public; Owner: -
183
--
184

    
185

    
186

    
187

    
188
--
189
-- Name: COLUMN aggregateoccurrence.occurrencestatus_dwc; Type: COMMENT; Schema: public; Owner: -
190
--
191

    
192

    
193

    
194

    
195
--
196
-- Name: COLUMN aggregateoccurrence.linecover; Type: COMMENT; Schema: public; Owner: -
197
--
198

    
199

    
200

    
201

    
202
--
203
-- Name: aggregateoccurrence_aggregateoccurrence_id_seq; Type: SEQUENCE; Schema: public; Owner: -
204
--
205

    
206

    
207

    
208

    
209
--
210
-- Name: aggregateoccurrence_aggregateoccurrence_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
211
--
212

    
213

    
214

    
215

    
216
--
217
-- Name: classcontributor; Type: TABLE; Schema: public; Owner: -; Tablespace: 
218
--
219

    
220
CREATE TABLE classcontributor (
221
    classcontributor_id int(11) NOT NULL,
222
    commclass_id int(11) NOT NULL,
223
    party_id int(11) NOT NULL,
224
    role text
225
);
226

    
227

    
228
--
229
-- Name: classcontributor_classcontributor_id_seq; Type: SEQUENCE; Schema: public; Owner: -
230
--
231

    
232

    
233

    
234

    
235
--
236
-- Name: classcontributor_classcontributor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
237
--
238

    
239

    
240

    
241

    
242
--
243
-- Name: commclass; Type: TABLE; Schema: public; Owner: -; Tablespace: 
244
--
245

    
246
CREATE TABLE commclass (
247
    commclass_id int(11) NOT NULL,
248
    locationevent_id int(11) NOT NULL,
249
    inspection int(1),
250
    tableanalysis int(1),
251
    multivariateanalysis int(1),
252
    classpublication_id int(11),
253
    classnotes text,
254
    commname text,
255
    commcode text,
256
    commframework text,
257
    commlevel text,
258
    classstartdate timestamp NULL,
259
    classstopdate timestamp NULL,
260
    expertsystem text,
261
    accessioncode text
262
);
263

    
264

    
265
--
266
-- Name: commclass_commclass_id_seq; Type: SEQUENCE; Schema: public; Owner: -
267
--
268

    
269

    
270

    
271

    
272
--
273
-- Name: commclass_commclass_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
274
--
275

    
276

    
277

    
278

    
279
--
280
-- Name: commconcept; Type: TABLE; Schema: public; Owner: -; Tablespace: 
281
--
282

    
283
CREATE TABLE commconcept (
284
    commconcept_id int(11) NOT NULL,
285
    commname_id int(11) NOT NULL,
286
    reference_id int(11),
287
    commdescription text,
288
    d_obscount int(11),
289
    commname text,
290
    d_currentaccepted int(1),
291
    accessioncode text
292
);
293

    
294

    
295
--
296
-- Name: commconcept_commconcept_id_seq; Type: SEQUENCE; Schema: public; Owner: -
297
--
298

    
299

    
300

    
301

    
302
--
303
-- Name: commconcept_commconcept_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
304
--
305

    
306

    
307

    
308

    
309
--
310
-- Name: commcorrelation; Type: TABLE; Schema: public; Owner: -; Tablespace: 
311
--
312

    
313
CREATE TABLE commcorrelation (
314
    commcorrelation_id int(11) NOT NULL,
315
    commstatus_id int(11) NOT NULL,
316
    commconcept_id int(11) NOT NULL,
317
    commconvergence text NOT NULL,
318
    correlationstart timestamp NOT NULL,
319
    correlationstop timestamp NULL
320
);
321

    
322

    
323
--
324
-- Name: commcorrelation_commcorrelation_id_seq; Type: SEQUENCE; Schema: public; Owner: -
325
--
326

    
327

    
328

    
329

    
330
--
331
-- Name: commcorrelation_commcorrelation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
332
--
333

    
334

    
335

    
336

    
337
--
338
-- Name: commdetermination; Type: TABLE; Schema: public; Owner: -; Tablespace: 
339
--
340

    
341
CREATE TABLE commdetermination (
342
    commdetermination_id int(11) NOT NULL,
343
    commclass_id int(11) NOT NULL,
344
    commconcept_id int(11) NOT NULL,
345
    commcode text,
346
    commname text,
347
    classfit text,
348
    classconfidence text,
349
    commauthority_id int(11),
350
    notes text,
351
    type int(1),
352
    nomenclaturaltype int(1)
353
);
354

    
355

    
356
--
357
-- Name: commdetermination_commdetermination_id_seq; Type: SEQUENCE; Schema: public; Owner: -
358
--
359

    
360

    
361

    
362

    
363
--
364
-- Name: commdetermination_commdetermination_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
365
--
366

    
367

    
368

    
369

    
370
--
371
-- Name: commlineage; Type: TABLE; Schema: public; Owner: -; Tablespace: 
372
--
373

    
374
CREATE TABLE commlineage (
375
    commlineage_id int(11) NOT NULL,
376
    parentcommstatus_id int(11) NOT NULL,
377
    childcommstatus_id int(11) NOT NULL
378
);
379

    
380

    
381
--
382
-- Name: commlineage_commlineage_id_seq; Type: SEQUENCE; Schema: public; Owner: -
383
--
384

    
385

    
386

    
387

    
388
--
389
-- Name: commlineage_commlineage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
390
--
391

    
392

    
393

    
394

    
395
--
396
-- Name: commname; Type: TABLE; Schema: public; Owner: -; Tablespace: 
397
--
398

    
399
CREATE TABLE commname (
400
    commname_id int(11) NOT NULL,
401
    commname text NOT NULL,
402
    reference_id int(11),
403
    dateentered timestamp NULL 
404
);
405

    
406

    
407
--
408
-- Name: commname_commname_id_seq; Type: SEQUENCE; Schema: public; Owner: -
409
--
410

    
411

    
412

    
413

    
414
--
415
-- Name: commname_commname_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
416
--
417

    
418

    
419

    
420

    
421
--
422
-- Name: commstatus; Type: TABLE; Schema: public; Owner: -; Tablespace: 
423
--
424

    
425
CREATE TABLE commstatus (
426
    commstatus_id int(11) NOT NULL,
427
    commconcept_id int(11) NOT NULL,
428
    reference_id int(11),
429
    commconceptstatus text NOT NULL,
430
    commparent_id int(11),
431
    commlevel text,
432
    commpartycomments text,
433
    party_id int(11) NOT NULL,
434
    startdate timestamp NOT NULL,
435
    stopdate timestamp NULL,
436
    accessioncode text
437
);
438

    
439

    
440
--
441
-- Name: commstatus_commstatus_id_seq; Type: SEQUENCE; Schema: public; Owner: -
442
--
443

    
444

    
445

    
446

    
447
--
448
-- Name: commstatus_commstatus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
449
--
450

    
451

    
452

    
453

    
454
--
455
-- Name: commusage; Type: TABLE; Schema: public; Owner: -; Tablespace: 
456
--
457

    
458
CREATE TABLE commusage (
459
    commusage_id int(11) NOT NULL,
460
    commname_id int(11) NOT NULL,
461
    commname text,
462
    commconcept_id int(11),
463
    commnamestatus text,
464
    classsystem text,
465
    party_id int(11),
466
    commstatus_id int(11),
467
    usagestart timestamp NULL,
468
    usagestop timestamp NULL
469
);
470

    
471

    
472
--
473
-- Name: commusage_commusage_id_seq; Type: SEQUENCE; Schema: public; Owner: -
474
--
475

    
476

    
477

    
478

    
479
--
480
-- Name: commusage_commusage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
481
--
482

    
483

    
484

    
485

    
486
--
487
-- Name: coverindex; Type: TABLE; Schema: public; Owner: -; Tablespace: 
488
--
489

    
490
CREATE TABLE coverindex (
491
    coverindex_id int(11) NOT NULL,
492
    covermethod_id int(11) NOT NULL,
493
    covercode text NOT NULL,
494
    upperlimit double precision,
495
    lowerlimit double precision,
496
    coverpercent double precision NOT NULL,
497
    indexdescription text
498
);
499

    
500

    
501
--
502
-- Name: coverindex_coverindex_id_seq; Type: SEQUENCE; Schema: public; Owner: -
503
--
504

    
505

    
506

    
507

    
508
--
509
-- Name: coverindex_coverindex_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
510
--
511

    
512

    
513

    
514

    
515
--
516
-- Name: covermethod; Type: TABLE; Schema: public; Owner: -; Tablespace: 
517
--
518

    
519
CREATE TABLE covermethod (
520
    covermethod_id int(11) NOT NULL,
521
    reference_id int(11),
522
    covertype text NOT NULL,
523
    coverestimationmethod text,
524
    accessioncode text
525
);
526

    
527

    
528
--
529
-- Name: covermethod_covermethod_id_seq; Type: SEQUENCE; Schema: public; Owner: -
530
--
531

    
532

    
533

    
534

    
535
--
536
-- Name: covermethod_covermethod_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
537
--
538

    
539

    
540

    
541

    
542
--
543
-- Name: dba_preassignacccode_dba_requestnumber_seq; Type: SEQUENCE; Schema: public; Owner: -
544
--
545

    
546

    
547

    
548

    
549
--
550
-- Name: definedvalue; Type: TABLE; Schema: public; Owner: -; Tablespace: 
551
--
552

    
553
CREATE TABLE definedvalue (
554
    definedvalue_id int(11) NOT NULL,
555
    userdefined_id int(11) NOT NULL,
556
    tablerecord_id int(11) NOT NULL,
557
    definedvalue text
558
);
559

    
560

    
561
--
562
-- Name: definedvalue_definedvalue_id_seq; Type: SEQUENCE; Schema: public; Owner: -
563
--
564

    
565

    
566

    
567

    
568
--
569
-- Name: definedvalue_definedvalue_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
570
--
571

    
572

    
573

    
574

    
575
--
576
-- Name: disturbanceobs; Type: TABLE; Schema: public; Owner: -; Tablespace: 
577
--
578

    
579
CREATE TABLE disturbanceobs (
580
    disturbanceobs_id int(11) NOT NULL,
581
    locationevent_id int(11) NOT NULL,
582
    disturbancetype text NOT NULL,
583
    disturbanceintensity text,
584
    disturbanceage double precision,
585
    disturbanceextent double precision,
586
    disturbancecomment text
587
);
588

    
589

    
590
--
591
-- Name: disturbanceobs_disturbanceobs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
592
--
593

    
594

    
595

    
596

    
597
--
598
-- Name: disturbanceobs_disturbanceobs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
599
--
600

    
601

    
602

    
603

    
604
--
605
-- Name: graphic; Type: TABLE; Schema: public; Owner: -; Tablespace: 
606
--
607

    
608
CREATE TABLE graphic (
609
    graphic_id int(11) NOT NULL,
610
    locationevent_id int(11) NOT NULL,
611
    graphicname text,
612
    graphiclocation text,
613
    graphicdescription text,
614
    graphictype text,
615
    graphicdata int(11),
616
    graphicdate timestamp NULL,
617
    accessioncode text
618
);
619

    
620

    
621
--
622
-- Name: graphic_graphic_id_seq; Type: SEQUENCE; Schema: public; Owner: -
623
--
624

    
625

    
626

    
627

    
628
--
629
-- Name: graphic_graphic_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
630
--
631

    
632

    
633

    
634

    
635
--
636
-- Name: location; Type: TABLE; Schema: public; Owner: -; Tablespace: 
637
--
638

    
639
CREATE TABLE location (
640
    location_id int(11) NOT NULL,
641
    datasource_id int(11) NOT NULL,
642
    sourceaccessioncode text NOT NULL,
643
    parent_id int(11),
644
    centerlatitude double precision,
645
    centerlongitude double precision,
646
    locationaccuracy double precision,
647
    confidentialitystatus int(11) DEFAULT 0 NOT NULL,
648
    confidentialityreason text,
649
    publiclatitude double precision,
650
    publiclongitude double precision,
651
    sublocationxposition double precision,
652
    sublocationyposition double precision,
653
    authore text,
654
    authorn text,
655
    authorzone text,
656
    authordatum text,
657
    authorlocation text,
658
    locationnarrative text,
659
    azimuth double precision,
660
    shape text,
661
    area double precision,
662
    standsize text,
663
    placementmethod text,
664
    permanence int(1),
665
    layoutnarrative text,
666
    elevation double precision,
667
    elevationaccuracy double precision,
668
    elevationrange double precision,
669
    slopeaspect double precision,
670
    minslopeaspect double precision,
671
    maxslopeaspect double precision,
672
    slopegradient double precision,
673
    minslopegradient double precision,
674
    maxslopegradient double precision,
675
    topoposition text,
676
    landform text,
677
    surficialdeposits text,
678
    rocktype text,
679
    stateprovince text,
680
    country text,
681
    submitter_surname text,
682
    submitter_givenname text,
683
    submitter_email text,
684
    notespublic int(1),
685
    notesmgt int(1),
686
    revisions int(1),
687
    dateentered timestamp NULL ,
688
    locationrationalenarrative text,
689
    accessioncode text
690
);
691

    
692

    
693
--
694
-- Name: TABLE location; Type: COMMENT; Schema: public; Owner: -
695
--
696

    
697

    
698

    
699

    
700
--
701
-- Name: location_location_id_seq; Type: SEQUENCE; Schema: public; Owner: -
702
--
703

    
704

    
705

    
706

    
707
--
708
-- Name: location_location_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
709
--
710

    
711

    
712

    
713

    
714
--
715
-- Name: locationdetermination; Type: TABLE; Schema: public; Owner: -; Tablespace: 
716
--
717

    
718
CREATE TABLE locationdetermination (
719
    locationdetermination_id int(11) NOT NULL,
720
    location_id int(11) NOT NULL,
721
    latitude double precision,
722
    longitude double precision,
723
    footprintgeometry_dwc text,
724
    coordsaccuracy double precision,
725
    namedplace_id int(11),
726
    identifier_id int(11),
727
    determinationdate timestamp NULL,
728
    isoriginal int(1) DEFAULT false NOT NULL,
729
    iscurrent int(1) DEFAULT false NOT NULL,
730
    calculated int(1)
731
);
732

    
733

    
734
--
735
-- Name: TABLE locationdetermination; Type: COMMENT; Schema: public; Owner: -
736
--
737

    
738

    
739

    
740

    
741
--
742
-- Name: COLUMN locationdetermination.footprintgeometry_dwc; Type: COMMENT; Schema: public; Owner: -
743
--
744

    
745

    
746

    
747

    
748
--
749
-- Name: COLUMN locationdetermination.coordsaccuracy; Type: COMMENT; Schema: public; Owner: -
750
--
751

    
752

    
753

    
754

    
755
--
756
-- Name: locationdetermination_locationdetermination_id_seq; Type: SEQUENCE; Schema: public; Owner: -
757
--
758

    
759

    
760

    
761

    
762
--
763
-- Name: locationdetermination_locationdetermination_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
764
--
765

    
766

    
767

    
768

    
769
--
770
-- Name: locationevent; Type: TABLE; Schema: public; Owner: -; Tablespace: 
771
--
772

    
773
CREATE TABLE locationevent (
774
    locationevent_id int(11) NOT NULL,
775
    datasource_id int(11),
776
    sourceaccessioncode text,
777
    parent_id int(11),
778
    location_id int(11) NOT NULL,
779
    project_id int(11),
780
    authorlocationcode text,
781
    previous_id int(11),
782
    dateaccuracy text,
783
    method_id int(11),
784
    temperature double precision,
785
    precipitation double precision,
786
    autotaxoncover int(1),
787
    originaldata text,
788
    effortlevel text,
789
    floristicquality text,
790
    bryophytequality text,
791
    lichenquality text,
792
    locationeventnarrative text,
793
    landscapenarrative text,
794
    homogeneity text,
795
    phenologicaspect text,
796
    representativeness text,
797
    standmaturity text,
798
    successionalstatus text,
799
    basalarea double precision,
800
    hydrologicregime text,
801
    soilmoistureregime text,
802
    soildrainage text,
803
    watersalinity text,
804
    waterdepth double precision,
805
    shoredistance double precision,
806
    soildepth double precision,
807
    organicdepth double precision,
808
    soiltaxon_id int(11),
809
    soiltaxonsrc text,
810
    percentbedrock double precision,
811
    percentrockgravel double precision,
812
    percentwood double precision,
813
    percentlitter double precision,
814
    percentbaresoil double precision,
815
    percentwater double precision,
816
    percentother double precision,
817
    nameother text,
818
    treeht double precision,
819
    shrubht double precision,
820
    fieldht double precision,
821
    nonvascularht double precision,
822
    submergedht double precision,
823
    treecover double precision,
824
    shrubcover double precision,
825
    fieldcover double precision,
826
    nonvascularcover double precision,
827
    floatingcover double precision,
828
    submergedcover double precision,
829
    dominantstratum text,
830
    growthform1type text,
831
    growthform2type text,
832
    growthform3type text,
833
    growthform1cover double precision,
834
    growthform2cover double precision,
835
    growthform3cover double precision,
836
    totalcover double precision,
837
    notespublic int(1),
838
    notesmgt int(1),
839
    revisions int(1),
840
    obsstartdate timestamp NULL,
841
    obsenddate timestamp NULL,
842
    dateentered timestamp NULL ,
843
    toptaxon1name text,
844
    toptaxon2name text,
845
    toptaxon3name text,
846
    toptaxon4name text,
847
    toptaxon5name text,
848
    numberoftaxa int(11),
849
    accessioncode text
850
);
851

    
852

    
853
--
854
-- Name: TABLE locationevent; Type: COMMENT; Schema: public; Owner: -
855
--
856

    
857

    
858

    
859

    
860
--
861
-- Name: locationevent_locationevent_id_seq; Type: SEQUENCE; Schema: public; Owner: -
862
--
863

    
864

    
865

    
866

    
867
--
868
-- Name: locationevent_locationevent_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
869
--
870

    
871

    
872

    
873

    
874
--
875
-- Name: locationeventcontributor; Type: TABLE; Schema: public; Owner: -; Tablespace: 
876
--
877

    
878
CREATE TABLE locationeventcontributor (
879
    locationeventcontributor_id int(11) NOT NULL,
880
    locationevent_id int(11) NOT NULL,
881
    party_id int(11) NOT NULL,
882
    role text NOT NULL,
883
    contributiondate timestamp NULL
884
);
885

    
886

    
887
--
888
-- Name: locationeventcontributor_locationeventcontributor_id_seq; Type: SEQUENCE; Schema: public; Owner: -
889
--
890

    
891

    
892

    
893

    
894
--
895
-- Name: locationeventcontributor_locationeventcontributor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
896
--
897

    
898

    
899

    
900

    
901
--
902
-- Name: locationeventsynonym; Type: TABLE; Schema: public; Owner: -; Tablespace: 
903
--
904

    
905
CREATE TABLE locationeventsynonym (
906
    locationeventsynonym_id int(11) NOT NULL,
907
    synonymlocationevent_id int(11) NOT NULL,
908
    primarylocationevent_id int(11) NOT NULL,
909
    party_id int(11) NOT NULL,
910
    role text NOT NULL,
911
    synonymcomment text,
912
    classstartdate timestamp NULL  NOT NULL,
913
    classstopdate timestamp NULL,
914
    accessioncode text
915
);
916

    
917

    
918
--
919
-- Name: locationeventsynonym_locationeventsynonym_id_seq; Type: SEQUENCE; Schema: public; Owner: -
920
--
921

    
922

    
923

    
924

    
925
--
926
-- Name: locationeventsynonym_locationeventsynonym_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
927
--
928

    
929

    
930

    
931

    
932
--
933
-- Name: method; Type: TABLE; Schema: public; Owner: -; Tablespace: 
934
--
935

    
936
CREATE TABLE method (
937
    method_id int(11) NOT NULL,
938
    reference_id int(11),
939
    name text NOT NULL,
940
    description text,
941
    diameterheight double precision,
942
    mindiameter double precision,
943
    maxdiameter double precision,
944
    minheight double precision,
945
    maxheight double precision,
946
    observationtype text,
947
    observationmeasure text,
948
    covermethod_id int(11),
949
    samplingfactor double precision DEFAULT 1 NOT NULL,
950
    coverbasis text,
951
    stemsamplemethod text,
952
    shape text,
953
    length double precision,
954
    width double precision,
955
    radius double precision,
956
    area double precision,
957
    samplearea double precision,
958
    subplotspacing double precision,
959
    subplotmethod_id int(11),
960
    pointsperline int(11),
961
    accessioncode text
962
);
963

    
964

    
965
--
966
-- Name: TABLE method; Type: COMMENT; Schema: public; Owner: -
967
--
968

    
969

    
970

    
971

    
972
--
973
-- Name: COLUMN method.reference_id; Type: COMMENT; Schema: public; Owner: -
974
--
975

    
976

    
977

    
978

    
979
--
980
-- Name: COLUMN method.name; Type: COMMENT; Schema: public; Owner: -
981
--
982

    
983

    
984

    
985

    
986
--
987
-- Name: COLUMN method.description; Type: COMMENT; Schema: public; Owner: -
988
--
989

    
990

    
991

    
992

    
993
--
994
-- Name: COLUMN method.diameterheight; Type: COMMENT; Schema: public; Owner: -
995
--
996

    
997

    
998

    
999

    
1000
--
1001
-- Name: COLUMN method.mindiameter; Type: COMMENT; Schema: public; Owner: -
1002
--
1003

    
1004

    
1005

    
1006

    
1007
--
1008
-- Name: COLUMN method.maxdiameter; Type: COMMENT; Schema: public; Owner: -
1009
--
1010

    
1011

    
1012

    
1013

    
1014
--
1015
-- Name: COLUMN method.minheight; Type: COMMENT; Schema: public; Owner: -
1016
--
1017

    
1018

    
1019

    
1020

    
1021
--
1022
-- Name: COLUMN method.maxheight; Type: COMMENT; Schema: public; Owner: -
1023
--
1024

    
1025

    
1026

    
1027

    
1028
--
1029
-- Name: COLUMN method.observationtype; Type: COMMENT; Schema: public; Owner: -
1030
--
1031

    
1032

    
1033

    
1034

    
1035
--
1036
-- Name: COLUMN method.observationmeasure; Type: COMMENT; Schema: public; Owner: -
1037
--
1038

    
1039

    
1040

    
1041

    
1042
--
1043
-- Name: COLUMN method.samplingfactor; Type: COMMENT; Schema: public; Owner: -
1044
--
1045

    
1046

    
1047

    
1048

    
1049
--
1050
-- Name: COLUMN method.coverbasis; Type: COMMENT; Schema: public; Owner: -
1051
--
1052

    
1053

    
1054

    
1055

    
1056
--
1057
-- Name: COLUMN method.stemsamplemethod; Type: COMMENT; Schema: public; Owner: -
1058
--
1059

    
1060

    
1061

    
1062

    
1063
--
1064
-- Name: COLUMN method.shape; Type: COMMENT; Schema: public; Owner: -
1065
--
1066

    
1067

    
1068

    
1069

    
1070
--
1071
-- Name: COLUMN method.length; Type: COMMENT; Schema: public; Owner: -
1072
--
1073

    
1074

    
1075

    
1076

    
1077
--
1078
-- Name: COLUMN method.width; Type: COMMENT; Schema: public; Owner: -
1079
--
1080

    
1081

    
1082

    
1083

    
1084
--
1085
-- Name: COLUMN method.radius; Type: COMMENT; Schema: public; Owner: -
1086
--
1087

    
1088

    
1089

    
1090

    
1091
--
1092
-- Name: COLUMN method.area; Type: COMMENT; Schema: public; Owner: -
1093
--
1094

    
1095

    
1096

    
1097

    
1098
--
1099
-- Name: COLUMN method.samplearea; Type: COMMENT; Schema: public; Owner: -
1100
--
1101

    
1102

    
1103

    
1104

    
1105
--
1106
-- Name: COLUMN method.subplotspacing; Type: COMMENT; Schema: public; Owner: -
1107
--
1108

    
1109

    
1110

    
1111

    
1112
--
1113
-- Name: COLUMN method.subplotmethod_id; Type: COMMENT; Schema: public; Owner: -
1114
--
1115

    
1116

    
1117

    
1118

    
1119
--
1120
-- Name: COLUMN method.pointsperline; Type: COMMENT; Schema: public; Owner: -
1121
--
1122

    
1123

    
1124

    
1125

    
1126
--
1127
-- Name: method_method_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1128
--
1129

    
1130

    
1131

    
1132

    
1133
--
1134
-- Name: method_method_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1135
--
1136

    
1137

    
1138

    
1139

    
1140

    
1141

    
1142
--
1143
-- Name: methodtaxonclass; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1144
--
1145

    
1146
CREATE TABLE methodtaxonclass (
1147
    methodtaxonclass_id int(11) NOT NULL,
1148
    method_id int(11) NOT NULL,
1149
    plantconcept_id int(11),
1150
    included int(1) NOT NULL,
1151
    submethod_id int(11),
1152
    taxonclass text
1153
);
1154

    
1155

    
1156
--
1157
-- Name: COLUMN methodtaxonclass.included; Type: COMMENT; Schema: public; Owner: -
1158
--
1159

    
1160

    
1161

    
1162

    
1163
--
1164
-- Name: COLUMN methodtaxonclass.submethod_id; Type: COMMENT; Schema: public; Owner: -
1165
--
1166

    
1167

    
1168

    
1169

    
1170
--
1171
-- Name: methodtaxonclass_methodtaxonclass_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1172
--
1173

    
1174

    
1175

    
1176

    
1177
--
1178
-- Name: methodtaxonclass_methodtaxonclass_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1179
--
1180

    
1181

    
1182

    
1183

    
1184

    
1185

    
1186
--
1187
-- Name: namedplace; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1188
--
1189

    
1190
CREATE TABLE namedplace (
1191
    namedplace_id int(11) NOT NULL,
1192
    parent_id int(11),
1193
    rank text NOT NULL,
1194
    placename text NOT NULL,
1195
    placecode text,
1196
    placedescription text,
1197
    accessioncode text
1198
);
1199

    
1200

    
1201

    
1202

    
1203
--
1204
-- Name: namedplace_ancestor; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1205
--
1206

    
1207
CREATE TABLE namedplace_ancestor (
1208
    namedplace_id int(11) NOT NULL,
1209
    ancestor_id int(11) NOT NULL
1210
);
1211

    
1212

    
1213
--
1214
-- Name: namedplace_namedplace_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1215
--
1216

    
1217

    
1218

    
1219

    
1220
--
1221
-- Name: namedplace_namedplace_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1222
--
1223

    
1224

    
1225

    
1226

    
1227

    
1228

    
1229
--
1230
-- Name: namedplacecorrelation; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1231
--
1232

    
1233
CREATE TABLE namedplacecorrelation (
1234
    namedplacecorrelation_id int(11) NOT NULL,
1235
    parentplace_id int(11) NOT NULL,
1236
    childplace_id int(11) NOT NULL,
1237
    placeconvergence text NOT NULL
1238
);
1239

    
1240

    
1241
--
1242
-- Name: namedplacecorrelation_namedplacecorrelation_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1243
--
1244

    
1245

    
1246

    
1247

    
1248
--
1249
-- Name: namedplacecorrelation_namedplacecorrelation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1250
--
1251

    
1252

    
1253

    
1254

    
1255
--
1256
-- Name: note; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1257
--
1258

    
1259
CREATE TABLE note (
1260
    note_id int(11) NOT NULL,
1261
    notelink_id int(11) NOT NULL,
1262
    party_id int(11) NOT NULL,
1263
    role text NOT NULL,
1264
    notetype text NOT NULL,
1265
    notetext text NOT NULL,
1266
    notedate timestamp NULL,
1267
    accessioncode text
1268
);
1269

    
1270

    
1271
--
1272
-- Name: note_note_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1273
--
1274

    
1275

    
1276

    
1277

    
1278
--
1279
-- Name: note_note_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1280
--
1281

    
1282

    
1283

    
1284

    
1285
--
1286
-- Name: notelink; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1287
--
1288

    
1289
CREATE TABLE notelink (
1290
    notelink_id int(11) NOT NULL,
1291
    tablename text NOT NULL,
1292
    attributename text,
1293
    tablerecord int(11) NOT NULL
1294
);
1295

    
1296

    
1297
--
1298
-- Name: notelink_notelink_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1299
--
1300

    
1301

    
1302

    
1303

    
1304
--
1305
-- Name: notelink_notelink_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1306
--
1307

    
1308

    
1309

    
1310

    
1311
--
1312
-- Name: party; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1313
--
1314

    
1315
CREATE TABLE party (
1316
    party_id int(11) NOT NULL,
1317
    salutation text,
1318
    givenname text,
1319
    middlename text,
1320
    surname text,
1321
    organizationname text,
1322
    currentname_id int(11),
1323
    contactinstructions text,
1324
    email text,
1325
    partytype text,
1326
    partypublic int(1) DEFAULT true,
1327
    d_obscount int(11),
1328
    accessioncode text
1329
);
1330

    
1331

    
1332
--
1333
-- Name: party_party_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1334
--
1335

    
1336

    
1337

    
1338

    
1339
--
1340
-- Name: party_party_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1341
--
1342

    
1343

    
1344

    
1345

    
1346
--
1347
-- Name: partymember; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1348
--
1349

    
1350
CREATE TABLE partymember (
1351
    partymember_id int(11) NOT NULL,
1352
    parentparty_id int(11) NOT NULL,
1353
    childparty_id int(11) NOT NULL,
1354
    role text,
1355
    memberstart timestamp NULL  NOT NULL,
1356
    memberstop timestamp NULL
1357
);
1358

    
1359

    
1360
--
1361
-- Name: partymember_partymember_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1362
--
1363

    
1364

    
1365

    
1366

    
1367
--
1368
-- Name: partymember_partymember_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1369
--
1370

    
1371

    
1372

    
1373

    
1374

    
1375

    
1376
--
1377
-- Name: plant; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1378
--
1379

    
1380
CREATE TABLE plant (
1381
    plant_id int(11) NOT NULL
1382
);
1383

    
1384

    
1385
--
1386
-- Name: TABLE plant; Type: COMMENT; Schema: public; Owner: -
1387
--
1388

    
1389

    
1390

    
1391

    
1392
--
1393
-- Name: plant_plant_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1394
--
1395

    
1396

    
1397

    
1398

    
1399
--
1400
-- Name: plant_plant_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1401
--
1402

    
1403

    
1404

    
1405

    
1406

    
1407

    
1408
--
1409
-- Name: plantconcept; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1410
--
1411

    
1412
CREATE TABLE plantconcept (
1413
    plantconcept_id int(11) NOT NULL,
1414
    plantname_id int(11) NOT NULL,
1415
    plantcode text,
1416
    plantdescription text,
1417
    accessioncode text
1418
);
1419

    
1420

    
1421
--
1422
-- Name: plantconcept_plantconcept_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1423
--
1424

    
1425

    
1426

    
1427

    
1428
--
1429
-- Name: plantconcept_plantconcept_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1430
--
1431

    
1432

    
1433

    
1434

    
1435
--
1436
-- Name: plantcorrelation; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1437
--
1438

    
1439
CREATE TABLE plantcorrelation (
1440
    plantcorrelation_id int(11) NOT NULL,
1441
    plantstatus_id int(11) NOT NULL,
1442
    plantconcept_id int(11) NOT NULL,
1443
    plantconvergence text NOT NULL,
1444
    correlationstart timestamp NOT NULL,
1445
    correlationstop timestamp NULL
1446
);
1447

    
1448

    
1449
--
1450
-- Name: plantcorrelation_plantcorrelation_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1451
--
1452

    
1453

    
1454

    
1455

    
1456
--
1457
-- Name: plantcorrelation_plantcorrelation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1458
--
1459

    
1460

    
1461

    
1462

    
1463
--
1464
-- Name: plantlineage; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1465
--
1466

    
1467
CREATE TABLE plantlineage (
1468
    plantlineage_id int(11) NOT NULL,
1469
    childplantstatus_id int(11) NOT NULL,
1470
    parentplantstatus_id int(11) NOT NULL
1471
);
1472

    
1473

    
1474
--
1475
-- Name: plantlineage_plantlineage_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1476
--
1477

    
1478

    
1479

    
1480

    
1481
--
1482
-- Name: plantlineage_plantlineage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1483
--
1484

    
1485

    
1486

    
1487

    
1488
--
1489
-- Name: plantname; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1490
--
1491

    
1492
CREATE TABLE plantname (
1493
    plantname_id int(11) NOT NULL,
1494
    parent_id int(11),
1495
    scope_id int(11),
1496
    rank text NOT NULL,
1497
    plantname text NOT NULL,
1498
    accessioncode text
1499
);
1500

    
1501

    
1502

    
1503

    
1504
--
1505
-- Name: plantname_ancestor; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1506
--
1507

    
1508
CREATE TABLE plantname_ancestor (
1509
    plantname_id int(11) NOT NULL,
1510
    ancestor_id int(11) NOT NULL
1511
);
1512

    
1513

    
1514
--
1515
-- Name: plantname_plantname_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1516
--
1517

    
1518

    
1519

    
1520

    
1521
--
1522
-- Name: plantname_plantname_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1523
--
1524

    
1525

    
1526

    
1527

    
1528
--
1529
-- Name: plantnamescope; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1530
--
1531

    
1532
CREATE TABLE plantnamescope (
1533
    plantnamescope_id int(11) NOT NULL,
1534
    locationevent_id int(11),
1535
    project_id int(11),
1536
    namedplace_id int(11)
1537
);
1538

    
1539

    
1540
--
1541
-- Name: plantnamescope_plantnamescope_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1542
--
1543

    
1544

    
1545

    
1546

    
1547
--
1548
-- Name: plantnamescope_plantnamescope_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1549
--
1550

    
1551

    
1552

    
1553

    
1554

    
1555

    
1556
--
1557
-- Name: plantobservation; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1558
--
1559

    
1560
CREATE TABLE plantobservation (
1561
    plantobservation_id int(11) NOT NULL,
1562
    datasource_id int(11),
1563
    sourceaccessioncode text,
1564
    overallheight double precision,
1565
    overallheightaccuracy double precision,
1566
    authorplantcode text,
1567
    stemcount int(11),
1568
    plant_id int(11),
1569
    accessioncode text
1570
);
1571

    
1572

    
1573
--
1574
-- Name: TABLE plantobservation; Type: COMMENT; Schema: public; Owner: -
1575
--
1576

    
1577

    
1578

    
1579

    
1580
--
1581
-- Name: plantobservation_plantobservation_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1582
--
1583

    
1584

    
1585

    
1586

    
1587
--
1588
-- Name: plantobservation_plantobservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1589
--
1590

    
1591

    
1592

    
1593

    
1594
--
1595
-- Name: plantstatus; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1596
--
1597

    
1598
CREATE TABLE plantstatus (
1599
    plantstatus_id int(11) NOT NULL,
1600
    plantconcept_id int(11) NOT NULL,
1601
    party_id int(11),
1602
    plantconceptstatus text DEFAULT 'undetermined' NOT NULL,
1603
    reference_id int(11),
1604
    plantpartycomments text,
1605
    startdate timestamp NULL,
1606
    stopdate timestamp NULL,
1607
    accessioncode text
1608
);
1609

    
1610

    
1611
--
1612
-- Name: plantstatus_plantstatus_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1613
--
1614

    
1615

    
1616

    
1617

    
1618
--
1619
-- Name: plantstatus_plantstatus_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1620
--
1621

    
1622

    
1623

    
1624

    
1625
--
1626
-- Name: plantusage; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1627
--
1628

    
1629
CREATE TABLE plantusage (
1630
    plantusage_id int(11) NOT NULL,
1631
    plantname_id int(11) NOT NULL,
1632
    plantconcept_id int(11),
1633
    plantnamestatus text,
1634
    plantname text,
1635
    classsystem text,
1636
    acceptedsynonym text,
1637
    party_id int(11),
1638
    plantstatus_id int(11),
1639
    usagestart timestamp NULL,
1640
    usagestop timestamp NULL
1641
);
1642

    
1643

    
1644
--
1645
-- Name: plantusage_plantusage_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1646
--
1647

    
1648

    
1649

    
1650

    
1651
--
1652
-- Name: plantusage_plantusage_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1653
--
1654

    
1655

    
1656

    
1657

    
1658
--
1659
-- Name: project; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1660
--
1661

    
1662
CREATE TABLE project (
1663
    project_id int(11) NOT NULL,
1664
    datasource_id int(11),
1665
    sourceaccessioncode text,
1666
    projectname text NOT NULL,
1667
    projectdescription text,
1668
    startdate timestamp NULL,
1669
    stopdate timestamp NULL,
1670
    d_obscount int(11),
1671
    d_lastlocationaddeddate timestamp NULL,
1672
    accessioncode text
1673
);
1674

    
1675

    
1676
--
1677
-- Name: project_project_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1678
--
1679

    
1680

    
1681

    
1682

    
1683
--
1684
-- Name: project_project_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1685
--
1686

    
1687

    
1688

    
1689

    
1690
--
1691
-- Name: projectcontributor; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1692
--
1693

    
1694
CREATE TABLE projectcontributor (
1695
    projectcontributor_id int(11) NOT NULL,
1696
    project_id int(11) NOT NULL,
1697
    party_id int(11) NOT NULL,
1698
    role text,
1699
    surname text,
1700
    cheatrole text
1701
);
1702

    
1703

    
1704
--
1705
-- Name: projectcontributor_projectcontributor_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1706
--
1707

    
1708

    
1709

    
1710

    
1711
--
1712
-- Name: projectcontributor_projectcontributor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1713
--
1714

    
1715

    
1716

    
1717

    
1718
--
1719
-- Name: reference; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1720
--
1721

    
1722
CREATE TABLE reference (
1723
    reference_id int(11) NOT NULL,
1724
    shortname text,
1725
    fulltext__ text,
1726
    referencetype text,
1727
    title text,
1728
    titlesuperior text,
1729
    referencejournal_id int(11),
1730
    volume text,
1731
    issue text,
1732
    pagerange text,
1733
    totalpages int(11),
1734
    publisher text,
1735
    publicationplace text,
1736
    isbn text,
1737
    edition text,
1738
    numberofvolumes int(11),
1739
    chapternumber int(11),
1740
    reportnumber int(11),
1741
    communicationtype text,
1742
    degree text,
1743
    url text,
1744
    doi text,
1745
    additionalinfo text,
1746
    pubdate timestamp NULL,
1747
    accessdate timestamp NULL,
1748
    conferencedate timestamp NULL,
1749
    accessioncode text
1750
);
1751

    
1752

    
1753
--
1754
-- Name: reference_reference_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1755
--
1756

    
1757

    
1758

    
1759

    
1760
--
1761
-- Name: reference_reference_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1762
--
1763

    
1764

    
1765

    
1766

    
1767
--
1768
-- Name: referencealtident; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1769
--
1770

    
1771
CREATE TABLE referencealtident (
1772
    referencealtident_id int(11) NOT NULL,
1773
    reference_id int(11) NOT NULL,
1774
    system text,
1775
    identifier text NOT NULL
1776
);
1777

    
1778

    
1779
--
1780
-- Name: referencealtident_referencealtident_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1781
--
1782

    
1783

    
1784

    
1785

    
1786
--
1787
-- Name: referencealtident_referencealtident_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1788
--
1789

    
1790

    
1791

    
1792

    
1793
--
1794
-- Name: referencecontributor; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1795
--
1796

    
1797
CREATE TABLE referencecontributor (
1798
    referencecontributor_id int(11) NOT NULL,
1799
    reference_id int(11) NOT NULL,
1800
    referenceparty_id int(11) NOT NULL,
1801
    roletype text,
1802
    `position` int(11)
1803
);
1804

    
1805

    
1806
--
1807
-- Name: referencecontributor_referencecontributor_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1808
--
1809

    
1810

    
1811

    
1812

    
1813
--
1814
-- Name: referencecontributor_referencecontributor_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1815
--
1816

    
1817

    
1818

    
1819

    
1820
--
1821
-- Name: referencejournal; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1822
--
1823

    
1824
CREATE TABLE referencejournal (
1825
    referencejournal_id int(11) NOT NULL,
1826
    journal text NOT NULL,
1827
    issn text,
1828
    abbreviation text,
1829
    accessioncode text
1830
);
1831

    
1832

    
1833
--
1834
-- Name: referencejournal_referencejournal_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1835
--
1836

    
1837

    
1838

    
1839

    
1840
--
1841
-- Name: referencejournal_referencejournal_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1842
--
1843

    
1844

    
1845

    
1846

    
1847
--
1848
-- Name: referenceparty; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1849
--
1850

    
1851
CREATE TABLE referenceparty (
1852
    referenceparty_id int(11) NOT NULL,
1853
    type text,
1854
    positionname text,
1855
    salutation text,
1856
    givenname text,
1857
    surname text,
1858
    suffix text,
1859
    organizationname text,
1860
    currentparty_id int(11),
1861
    accessioncode text
1862
);
1863

    
1864

    
1865
--
1866
-- Name: referenceparty_referenceparty_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1867
--
1868

    
1869

    
1870

    
1871

    
1872
--
1873
-- Name: referenceparty_referenceparty_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1874
--
1875

    
1876

    
1877

    
1878

    
1879
--
1880
-- Name: revision; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1881
--
1882

    
1883
CREATE TABLE revision (
1884
    revision_id int(11) NOT NULL,
1885
    tablename text NOT NULL,
1886
    tableattribute text NOT NULL,
1887
    tablerecord int(11) NOT NULL,
1888
    previousvaluetext text NOT NULL,
1889
    previousvaluetype text NOT NULL,
1890
    previousrevision_id int(11),
1891
    revisiondate timestamp NOT NULL
1892
);
1893

    
1894

    
1895
--
1896
-- Name: revision_revision_id_seq; Type: SEQUENCE; Schema: public; Owner: -
1897
--
1898

    
1899

    
1900

    
1901

    
1902
--
1903
-- Name: revision_revision_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
1904
--
1905

    
1906

    
1907

    
1908

    
1909
--
1910
-- Name: soilobs; Type: TABLE; Schema: public; Owner: -; Tablespace: 
1911
--
1912

    
1913
CREATE TABLE soilobs (
1914
    soilobs_id int(11) NOT NULL,
1915
    locationevent_id int(11) NOT NULL,
1916
    horizon text DEFAULT 'unknown' NOT NULL,
1917
    description text,
1918
    depthtop double precision,
1919
    depthbottom double precision,
1920
    color text,
1921
    texture text,
1922
    organic double precision,
1923
    sand double precision,
1924
    silt double precision,
1925
    clay double precision,
1926
    coarse double precision,
1927
    ph double precision,
1928
    acidity double precision,
1929
    basesaturation double precision,
1930
    cationexchangecapacity double precision,
1931
    conductivity double precision,
1932
    carbon double precision,
1933
    phosphorus double precision,
1934
    potassium double precision,
1935
    magnesium double precision,
1936
    nitrogen double precision,
1937
    calcium double precision,
1938
    sodium double precision
1939
);
1940

    
1941

    
1942
--
1943
-- Name: COLUMN soilobs.organic; Type: COMMENT; Schema: public; Owner: -
1944
--
1945

    
1946

    
1947

    
1948

    
1949
--
1950
-- Name: COLUMN soilobs.sand; Type: COMMENT; Schema: public; Owner: -
1951
--
1952

    
1953

    
1954

    
1955

    
1956
--
1957
-- Name: COLUMN soilobs.silt; Type: COMMENT; Schema: public; Owner: -
1958
--
1959

    
1960

    
1961

    
1962

    
1963
--
1964
-- Name: COLUMN soilobs.clay; Type: COMMENT; Schema: public; Owner: -
1965
--
1966

    
1967

    
1968

    
1969

    
1970
--
1971
-- Name: COLUMN soilobs.coarse; Type: COMMENT; Schema: public; Owner: -
1972
--
1973

    
1974

    
1975

    
1976

    
1977
--
1978
-- Name: COLUMN soilobs.acidity; Type: COMMENT; Schema: public; Owner: -
1979
--
1980

    
1981

    
1982

    
1983

    
1984
--
1985
-- Name: COLUMN soilobs.basesaturation; Type: COMMENT; Schema: public; Owner: -
1986
--
1987

    
1988

    
1989

    
1990

    
1991
--
1992
-- Name: COLUMN soilobs.carbon; Type: COMMENT; Schema: public; Owner: -
1993
--
1994

    
1995

    
1996

    
1997

    
1998
--
1999
-- Name: COLUMN soilobs.phosphorus; Type: COMMENT; Schema: public; Owner: -
2000
--
2001

    
2002

    
2003

    
2004

    
2005
--
2006
-- Name: COLUMN soilobs.potassium; Type: COMMENT; Schema: public; Owner: -
2007
--
2008

    
2009

    
2010

    
2011

    
2012
--
2013
-- Name: COLUMN soilobs.magnesium; Type: COMMENT; Schema: public; Owner: -
2014
--
2015

    
2016

    
2017

    
2018

    
2019
--
2020
-- Name: COLUMN soilobs.nitrogen; Type: COMMENT; Schema: public; Owner: -
2021
--
2022

    
2023

    
2024

    
2025

    
2026
--
2027
-- Name: COLUMN soilobs.calcium; Type: COMMENT; Schema: public; Owner: -
2028
--
2029

    
2030

    
2031

    
2032

    
2033
--
2034
-- Name: COLUMN soilobs.sodium; Type: COMMENT; Schema: public; Owner: -
2035
--
2036

    
2037

    
2038

    
2039

    
2040
--
2041
-- Name: soilobs_soilobs_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2042
--
2043

    
2044

    
2045

    
2046

    
2047
--
2048
-- Name: soilobs_soilobs_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2049
--
2050

    
2051

    
2052

    
2053

    
2054
--
2055
-- Name: soiltaxon; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2056
--
2057

    
2058
CREATE TABLE soiltaxon (
2059
    soiltaxon_id int(11) NOT NULL,
2060
    soilcode text,
2061
    soilname text,
2062
    soillevel int(11),
2063
    soilparent_id int(11),
2064
    soilframework text,
2065
    accessioncode text
2066
);
2067

    
2068

    
2069
--
2070
-- Name: soiltaxon_soiltaxon_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2071
--
2072

    
2073

    
2074

    
2075

    
2076
--
2077
-- Name: soiltaxon_soiltaxon_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2078
--
2079

    
2080

    
2081

    
2082

    
2083

    
2084

    
2085
--
2086
-- Name: specimen; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2087
--
2088

    
2089
CREATE TABLE specimen (
2090
    specimen_id int(11) NOT NULL
2091
);
2092

    
2093

    
2094
--
2095
-- Name: TABLE specimen; Type: COMMENT; Schema: public; Owner: -
2096
--
2097

    
2098

    
2099

    
2100

    
2101
--
2102
-- Name: specimen_specimen_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2103
--
2104

    
2105

    
2106

    
2107

    
2108
--
2109
-- Name: specimen_specimen_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2110
--
2111

    
2112

    
2113

    
2114

    
2115
--
2116
-- Name: taxonoccurrence; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2117
--
2118

    
2119
CREATE TABLE taxonoccurrence (
2120
    taxonoccurrence_id int(11) NOT NULL,
2121
    datasource_id int(11),
2122
    sourceaccessioncode text,
2123
    locationevent_id int(11),
2124
    verbatimcollectorname text,
2125
    growthform text,
2126
    iscultivated int(1),
2127
    cultivatedbasis text,
2128
    isnative int(1),
2129
    accessioncode text
2130
);
2131

    
2132

    
2133
--
2134
-- Name: TABLE taxonoccurrence; Type: COMMENT; Schema: public; Owner: -
2135
--
2136

    
2137

    
2138

    
2139

    
2140
--
2141
-- Name: COLUMN taxonoccurrence.iscultivated; Type: COMMENT; Schema: public; Owner: -
2142
--
2143

    
2144

    
2145

    
2146

    
2147
--
2148
-- Name: COLUMN taxonoccurrence.cultivatedbasis; Type: COMMENT; Schema: public; Owner: -
2149
--
2150

    
2151

    
2152

    
2153

    
2154
--
2155
-- Name: COLUMN taxonoccurrence.isnative; Type: COMMENT; Schema: public; Owner: -
2156
--
2157

    
2158

    
2159

    
2160

    
2161
--
2162
-- Name: taxonoccurrence_taxonoccurrence_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2163
--
2164

    
2165

    
2166

    
2167

    
2168
--
2169
-- Name: taxonoccurrence_taxonoccurrence_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2170
--
2171

    
2172

    
2173

    
2174

    
2175

    
2176

    
2177
--
2178
-- Name: specimenreplicate; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2179
--
2180

    
2181
CREATE TABLE specimenreplicate (
2182
    taxonoccurrence_id int(11) NOT NULL AUTO_INCREMENT,
2183
    datasource_id int(11) NOT NULL,
2184
    plantobservation_id int(11),
2185
    institution_id int(11),
2186
    collectioncode_dwc text,
2187
    catalognumber_dwc text,
2188
    collectionnumber text,
2189
    collectiondate timestamp NULL,
2190
    description text,
2191
    specimen_id int(11)
2192
)
2193
;
2194
ALTER TABLE specimenreplicate
2195
    ADD CONSTRAINT specimenreplicate_taxonoccurrence_id FOREIGN KEY (taxonoccurrence_id) REFERENCES taxonoccurrence(taxonoccurrence_id) ON UPDATE CASCADE ON DELETE CASCADE;
2196

    
2197

    
2198

    
2199
--
2200
-- Name: TABLE specimenreplicate; Type: COMMENT; Schema: public; Owner: -
2201
--
2202

    
2203

    
2204

    
2205

    
2206
--
2207
-- Name: COLUMN specimenreplicate.institution_id; Type: COMMENT; Schema: public; Owner: -
2208
--
2209

    
2210

    
2211

    
2212

    
2213
--
2214
-- Name: COLUMN specimenreplicate.collectioncode_dwc; Type: COMMENT; Schema: public; Owner: -
2215
--
2216

    
2217

    
2218

    
2219

    
2220
--
2221
-- Name: COLUMN specimenreplicate.collectionnumber; Type: COMMENT; Schema: public; Owner: -
2222
--
2223

    
2224

    
2225

    
2226

    
2227
--
2228
-- Name: stemobservation; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2229
--
2230

    
2231
CREATE TABLE stemobservation (
2232
    stemobservation_id int(11) NOT NULL,
2233
    datasource_id int(11),
2234
    sourceaccessioncode text,
2235
    plantobservation_id int(11) NOT NULL,
2236
    authorstemcode text,
2237
    xposition double precision,
2238
    yposition double precision,
2239
    diameterbreastheight double precision,
2240
    basaldiameter double precision,
2241
    diameteraccuracy double precision,
2242
    height double precision,
2243
    heightfirstbranch double precision,
2244
    heightaccuracy double precision,
2245
    health text,
2246
    age double precision,
2247
    accessioncode text
2248
);
2249

    
2250

    
2251
--
2252
-- Name: TABLE stemobservation; Type: COMMENT; Schema: public; Owner: -
2253
--
2254

    
2255

    
2256

    
2257

    
2258
--
2259
-- Name: stemobservation_stemobservation_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2260
--
2261

    
2262

    
2263

    
2264

    
2265
--
2266
-- Name: stemobservation_stemobservation_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2267
--
2268

    
2269

    
2270

    
2271

    
2272

    
2273

    
2274
--
2275
-- Name: stemtag; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2276
--
2277

    
2278
CREATE TABLE stemtag (
2279
    stemtag_id int(11) NOT NULL,
2280
    stemobservation_id int(11) NOT NULL,
2281
    tag text NOT NULL,
2282
    iscurrent int(1) DEFAULT true NOT NULL
2283
);
2284

    
2285

    
2286
--
2287
-- Name: stemtag_stemtag_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2288
--
2289

    
2290

    
2291

    
2292

    
2293
--
2294
-- Name: stemtag_stemtag_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2295
--
2296

    
2297

    
2298

    
2299

    
2300

    
2301

    
2302
--
2303
-- Name: stratum; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2304
--
2305

    
2306
CREATE TABLE stratum (
2307
    stratum_id int(11) NOT NULL,
2308
    locationevent_id int(11) NOT NULL,
2309
    stratumheight double precision,
2310
    stratumbase double precision,
2311
    stratumcover double precision,
2312
    area double precision,
2313
    method_id int(11)
2314
);
2315

    
2316

    
2317
--
2318
-- Name: stratum_stratum_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2319
--
2320

    
2321

    
2322

    
2323

    
2324
--
2325
-- Name: stratum_stratum_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2326
--
2327

    
2328

    
2329

    
2330

    
2331
--
2332
-- Name: taxonalt; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2333
--
2334

    
2335
CREATE TABLE taxonalt (
2336
    taxonalt_id int(11) NOT NULL,
2337
    taxondetermination_id int(11) NOT NULL,
2338
    plantconcept_id int(11) NOT NULL,
2339
    taxonaltfit text,
2340
    taxonaltconfidence text,
2341
    taxonaltnotes text
2342
);
2343

    
2344

    
2345
--
2346
-- Name: taxonalt_taxonalt_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2347
--
2348

    
2349

    
2350

    
2351

    
2352
--
2353
-- Name: taxonalt_taxonalt_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2354
--
2355

    
2356

    
2357

    
2358

    
2359
--
2360
-- Name: taxondetermination; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2361
--
2362

    
2363
CREATE TABLE taxondetermination (
2364
    taxondetermination_id int(11) NOT NULL,
2365
    taxonoccurrence_id int(11) NOT NULL,
2366
    plantconcept_id int(11) NOT NULL,
2367
    party_id int(11),
2368
    role text NOT NULL,
2369
    determinationtype text,
2370
    reference_id int(11),
2371
    isoriginal int(1) DEFAULT false NOT NULL,
2372
    iscurrent int(1) DEFAULT false NOT NULL,
2373
    taxonfit text,
2374
    taxonconfidence text,
2375
    grouptype text,
2376
    notes text,
2377
    notespublic int(1),
2378
    notesmgt int(1),
2379
    revisions int(1),
2380
    determinationdate timestamp NULL,
2381
    accessioncode text
2382
);
2383

    
2384

    
2385
--
2386
-- Name: TABLE taxondetermination; Type: COMMENT; Schema: public; Owner: -
2387
--
2388

    
2389

    
2390

    
2391

    
2392
--
2393
-- Name: taxondetermination_taxondetermination_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2394
--
2395

    
2396

    
2397

    
2398

    
2399
--
2400
-- Name: taxondetermination_taxondetermination_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2401
--
2402

    
2403

    
2404

    
2405

    
2406
--
2407
-- Name: telephone; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2408
--
2409

    
2410
CREATE TABLE telephone (
2411
    telephone_id int(11) NOT NULL,
2412
    party_id int(11) NOT NULL,
2413
    phonenumber text NOT NULL,
2414
    phonetype text NOT NULL
2415
);
2416

    
2417

    
2418
--
2419
-- Name: telephone_telephone_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2420
--
2421

    
2422

    
2423

    
2424

    
2425
--
2426
-- Name: telephone_telephone_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2427
--
2428

    
2429

    
2430

    
2431

    
2432

    
2433

    
2434
--
2435
-- Name: trait; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2436
--
2437

    
2438
CREATE TABLE trait (
2439
    trait_id int(11) NOT NULL,
2440
    stemobservation_id int(11) NOT NULL,
2441
    type text NOT NULL,
2442
    value text
2443
);
2444

    
2445

    
2446
--
2447
-- Name: trait_trait_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2448
--
2449

    
2450

    
2451

    
2452

    
2453
--
2454
-- Name: trait_trait_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2455
--
2456

    
2457

    
2458

    
2459

    
2460

    
2461

    
2462
--
2463
-- Name: userdefined; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2464
--
2465

    
2466
CREATE TABLE userdefined (
2467
    userdefined_id int(11) NOT NULL,
2468
    userdefinedname text NOT NULL,
2469
    userdefinedmetadata text,
2470
    userdefinedcategory text,
2471
    userdefinedtype text DEFAULT 'text' NOT NULL,
2472
    tablename text NOT NULL,
2473
    accessioncode text
2474
);
2475

    
2476

    
2477
--
2478
-- Name: userdefined_userdefined_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2479
--
2480

    
2481

    
2482

    
2483

    
2484
--
2485
-- Name: userdefined_userdefined_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2486
--
2487

    
2488

    
2489

    
2490

    
2491

    
2492

    
2493
--
2494
-- Name: voucher; Type: TABLE; Schema: public; Owner: -; Tablespace: 
2495
--
2496

    
2497
CREATE TABLE voucher (
2498
    voucher_id int(11) NOT NULL,
2499
    taxonoccurrence_id int(11) NOT NULL,
2500
    specimenreplicate_id int(11) NOT NULL,
2501
    accessioncode text
2502
);
2503

    
2504

    
2505
--
2506
-- Name: voucher_voucher_id_seq; Type: SEQUENCE; Schema: public; Owner: -
2507
--
2508

    
2509

    
2510

    
2511

    
2512
--
2513
-- Name: voucher_voucher_id_seq; Type: SEQUENCE OWNED BY; Schema: public; Owner: -
2514
--
2515

    
2516

    
2517

    
2518

    
2519
--
2520
-- Name: address_id; Type: DEFAULT; Schema: public; Owner: -
2521
--
2522

    
2523

    
2524

    
2525

    
2526
--
2527
-- Name: aggregateoccurrence_id; Type: DEFAULT; Schema: public; Owner: -
2528
--
2529

    
2530

    
2531

    
2532

    
2533
--
2534
-- Name: classcontributor_id; Type: DEFAULT; Schema: public; Owner: -
2535
--
2536

    
2537

    
2538

    
2539

    
2540
--
2541
-- Name: commclass_id; Type: DEFAULT; Schema: public; Owner: -
2542
--
2543

    
2544

    
2545

    
2546

    
2547
--
2548
-- Name: commconcept_id; Type: DEFAULT; Schema: public; Owner: -
2549
--
2550

    
2551

    
2552

    
2553

    
2554
--
2555
-- Name: commcorrelation_id; Type: DEFAULT; Schema: public; Owner: -
2556
--
2557

    
2558

    
2559

    
2560

    
2561
--
2562
-- Name: commdetermination_id; Type: DEFAULT; Schema: public; Owner: -
2563
--
2564

    
2565

    
2566

    
2567

    
2568
--
2569
-- Name: commlineage_id; Type: DEFAULT; Schema: public; Owner: -
2570
--
2571

    
2572

    
2573

    
2574

    
2575
--
2576
-- Name: commname_id; Type: DEFAULT; Schema: public; Owner: -
2577
--
2578

    
2579

    
2580

    
2581

    
2582
--
2583
-- Name: commstatus_id; Type: DEFAULT; Schema: public; Owner: -
2584
--
2585

    
2586

    
2587

    
2588

    
2589
--
2590
-- Name: commusage_id; Type: DEFAULT; Schema: public; Owner: -
2591
--
2592

    
2593

    
2594

    
2595

    
2596
--
2597
-- Name: coverindex_id; Type: DEFAULT; Schema: public; Owner: -
2598
--
2599

    
2600

    
2601

    
2602

    
2603
--
2604
-- Name: covermethod_id; Type: DEFAULT; Schema: public; Owner: -
2605
--
2606

    
2607

    
2608

    
2609

    
2610
--
2611
-- Name: definedvalue_id; Type: DEFAULT; Schema: public; Owner: -
2612
--
2613

    
2614

    
2615

    
2616

    
2617
--
2618
-- Name: disturbanceobs_id; Type: DEFAULT; Schema: public; Owner: -
2619
--
2620

    
2621

    
2622

    
2623

    
2624
--
2625
-- Name: graphic_id; Type: DEFAULT; Schema: public; Owner: -
2626
--
2627

    
2628

    
2629

    
2630

    
2631
--
2632
-- Name: location_id; Type: DEFAULT; Schema: public; Owner: -
2633
--
2634

    
2635

    
2636

    
2637

    
2638
--
2639
-- Name: locationdetermination_id; Type: DEFAULT; Schema: public; Owner: -
2640
--
2641

    
2642

    
2643

    
2644

    
2645
--
2646
-- Name: locationevent_id; Type: DEFAULT; Schema: public; Owner: -
2647
--
2648

    
2649

    
2650

    
2651

    
2652
--
2653
-- Name: locationeventcontributor_id; Type: DEFAULT; Schema: public; Owner: -
2654
--
2655

    
2656

    
2657

    
2658

    
2659
--
2660
-- Name: locationeventsynonym_id; Type: DEFAULT; Schema: public; Owner: -
2661
--
2662

    
2663

    
2664

    
2665

    
2666
--
2667
-- Name: method_id; Type: DEFAULT; Schema: public; Owner: -
2668
--
2669

    
2670

    
2671

    
2672

    
2673
--
2674
-- Name: methodtaxonclass_id; Type: DEFAULT; Schema: public; Owner: -
2675
--
2676

    
2677

    
2678

    
2679

    
2680
--
2681
-- Name: namedplace_id; Type: DEFAULT; Schema: public; Owner: -
2682
--
2683

    
2684

    
2685

    
2686

    
2687
--
2688
-- Name: namedplacecorrelation_id; Type: DEFAULT; Schema: public; Owner: -
2689
--
2690

    
2691

    
2692

    
2693

    
2694
--
2695
-- Name: note_id; Type: DEFAULT; Schema: public; Owner: -
2696
--
2697

    
2698

    
2699

    
2700

    
2701
--
2702
-- Name: notelink_id; Type: DEFAULT; Schema: public; Owner: -
2703
--
2704

    
2705

    
2706

    
2707

    
2708
--
2709
-- Name: party_id; Type: DEFAULT; Schema: public; Owner: -
2710
--
2711

    
2712

    
2713

    
2714

    
2715
--
2716
-- Name: partymember_id; Type: DEFAULT; Schema: public; Owner: -
2717
--
2718

    
2719

    
2720

    
2721

    
2722
--
2723
-- Name: plant_id; Type: DEFAULT; Schema: public; Owner: -
2724
--
2725

    
2726

    
2727

    
2728

    
2729
--
2730
-- Name: plantconcept_id; Type: DEFAULT; Schema: public; Owner: -
2731
--
2732

    
2733

    
2734

    
2735

    
2736
--
2737
-- Name: plantcorrelation_id; Type: DEFAULT; Schema: public; Owner: -
2738
--
2739

    
2740

    
2741

    
2742

    
2743
--
2744
-- Name: plantlineage_id; Type: DEFAULT; Schema: public; Owner: -
2745
--
2746

    
2747

    
2748

    
2749

    
2750
--
2751
-- Name: plantname_id; Type: DEFAULT; Schema: public; Owner: -
2752
--
2753

    
2754

    
2755

    
2756

    
2757
--
2758
-- Name: plantnamescope_id; Type: DEFAULT; Schema: public; Owner: -
2759
--
2760

    
2761

    
2762

    
2763

    
2764
--
2765
-- Name: plantobservation_id; Type: DEFAULT; Schema: public; Owner: -
2766
--
2767

    
2768

    
2769

    
2770

    
2771
--
2772
-- Name: plantstatus_id; Type: DEFAULT; Schema: public; Owner: -
2773
--
2774

    
2775

    
2776

    
2777

    
2778
--
2779
-- Name: plantusage_id; Type: DEFAULT; Schema: public; Owner: -
2780
--
2781

    
2782

    
2783

    
2784

    
2785
--
2786
-- Name: project_id; Type: DEFAULT; Schema: public; Owner: -
2787
--
2788

    
2789

    
2790

    
2791

    
2792
--
2793
-- Name: projectcontributor_id; Type: DEFAULT; Schema: public; Owner: -
2794
--
2795

    
2796

    
2797

    
2798

    
2799
--
2800
-- Name: reference_id; Type: DEFAULT; Schema: public; Owner: -
2801
--
2802

    
2803

    
2804

    
2805

    
2806
--
2807
-- Name: referencealtident_id; Type: DEFAULT; Schema: public; Owner: -
2808
--
2809

    
2810

    
2811

    
2812

    
2813
--
2814
-- Name: referencecontributor_id; Type: DEFAULT; Schema: public; Owner: -
2815
--
2816

    
2817

    
2818

    
2819

    
2820
--
2821
-- Name: referencejournal_id; Type: DEFAULT; Schema: public; Owner: -
2822
--
2823

    
2824

    
2825

    
2826

    
2827
--
2828
-- Name: referenceparty_id; Type: DEFAULT; Schema: public; Owner: -
2829
--
2830

    
2831

    
2832

    
2833

    
2834
--
2835
-- Name: revision_id; Type: DEFAULT; Schema: public; Owner: -
2836
--
2837

    
2838

    
2839

    
2840

    
2841
--
2842
-- Name: soilobs_id; Type: DEFAULT; Schema: public; Owner: -
2843
--
2844

    
2845

    
2846

    
2847

    
2848
--
2849
-- Name: soiltaxon_id; Type: DEFAULT; Schema: public; Owner: -
2850
--
2851

    
2852

    
2853

    
2854

    
2855
--
2856
-- Name: specimen_id; Type: DEFAULT; Schema: public; Owner: -
2857
--
2858

    
2859

    
2860

    
2861

    
2862
--
2863
-- Name: stemobservation_id; Type: DEFAULT; Schema: public; Owner: -
2864
--
2865

    
2866

    
2867

    
2868

    
2869
--
2870
-- Name: stemtag_id; Type: DEFAULT; Schema: public; Owner: -
2871
--
2872

    
2873

    
2874

    
2875

    
2876
--
2877
-- Name: stratum_id; Type: DEFAULT; Schema: public; Owner: -
2878
--
2879

    
2880

    
2881

    
2882

    
2883
--
2884
-- Name: taxonalt_id; Type: DEFAULT; Schema: public; Owner: -
2885
--
2886

    
2887

    
2888

    
2889

    
2890
--
2891
-- Name: taxondetermination_id; Type: DEFAULT; Schema: public; Owner: -
2892
--
2893

    
2894

    
2895

    
2896

    
2897
--
2898
-- Name: taxonoccurrence_id; Type: DEFAULT; Schema: public; Owner: -
2899
--
2900

    
2901

    
2902

    
2903

    
2904
--
2905
-- Name: telephone_id; Type: DEFAULT; Schema: public; Owner: -
2906
--
2907

    
2908

    
2909

    
2910

    
2911
--
2912
-- Name: trait_id; Type: DEFAULT; Schema: public; Owner: -
2913
--
2914

    
2915

    
2916

    
2917

    
2918
--
2919
-- Name: userdefined_id; Type: DEFAULT; Schema: public; Owner: -
2920
--
2921

    
2922

    
2923

    
2924

    
2925
--
2926
-- Name: voucher_id; Type: DEFAULT; Schema: public; Owner: -
2927
--
2928

    
2929

    
2930

    
2931

    
2932
--
2933
-- Name: address_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2934
--
2935

    
2936
ALTER TABLE address
2937
    ADD CONSTRAINT address_pkey PRIMARY KEY (address_id);
2938

    
2939

    
2940
--
2941
-- Name: aggregateoccurrence_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2942
--
2943

    
2944
ALTER TABLE aggregateoccurrence
2945
    ADD CONSTRAINT aggregateoccurrence_pkey PRIMARY KEY (aggregateoccurrence_id);
2946

    
2947

    
2948
--
2949
-- Name: aggregateoccurrence_plantobservation_1_to_1; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2950
--
2951

    
2952
ALTER TABLE aggregateoccurrence
2953
    ADD CONSTRAINT aggregateoccurrence_plantobservation_1_to_1 UNIQUE (plantobservation_id);
2954

    
2955

    
2956
--
2957
-- Name: aggregateoccurrence_unique_accessioncode; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2958
--
2959

    
2960
ALTER TABLE aggregateoccurrence
2961
    ADD CONSTRAINT aggregateoccurrence_unique_accessioncode UNIQUE (taxonoccurrence_id, sourceaccessioncode);
2962

    
2963

    
2964
--
2965
-- Name: classcontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2966
--
2967

    
2968
ALTER TABLE classcontributor
2969
    ADD CONSTRAINT classcontributor_pkey PRIMARY KEY (classcontributor_id);
2970

    
2971

    
2972
--
2973
-- Name: commclass_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2974
--
2975

    
2976
ALTER TABLE commclass
2977
    ADD CONSTRAINT commclass_pkey PRIMARY KEY (commclass_id);
2978

    
2979

    
2980
--
2981
-- Name: commconcept_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2982
--
2983

    
2984
ALTER TABLE commconcept
2985
    ADD CONSTRAINT commconcept_pkey PRIMARY KEY (commconcept_id);
2986

    
2987

    
2988
--
2989
-- Name: commconcept_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2990
--
2991

    
2992
ALTER TABLE commconcept
2993
    ADD CONSTRAINT commconcept_unique UNIQUE (commname_id);
2994

    
2995

    
2996
--
2997
-- Name: commcorrelation_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
2998
--
2999

    
3000
ALTER TABLE commcorrelation
3001
    ADD CONSTRAINT commcorrelation_pkey PRIMARY KEY (commcorrelation_id);
3002

    
3003

    
3004
--
3005
-- Name: commdetermination_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3006
--
3007

    
3008
ALTER TABLE commdetermination
3009
    ADD CONSTRAINT commdetermination_pkey PRIMARY KEY (commdetermination_id);
3010

    
3011

    
3012
--
3013
-- Name: commdetermination_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3014
--
3015

    
3016
ALTER TABLE commdetermination
3017
    ADD CONSTRAINT commdetermination_unique UNIQUE (commclass_id, commconcept_id);
3018

    
3019

    
3020
--
3021
-- Name: commlineage_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3022
--
3023

    
3024
ALTER TABLE commlineage
3025
    ADD CONSTRAINT commlineage_pkey PRIMARY KEY (commlineage_id);
3026

    
3027

    
3028
--
3029
-- Name: commname_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3030
--
3031

    
3032
ALTER TABLE commname
3033
    ADD CONSTRAINT commname_pkey PRIMARY KEY (commname_id);
3034

    
3035

    
3036
--
3037
-- Name: commname_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3038
--
3039

    
3040
ALTER TABLE commname
3041
    ADD CONSTRAINT commname_unique UNIQUE (commname);
3042

    
3043

    
3044
--
3045
-- Name: commstatus_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3046
--
3047

    
3048
ALTER TABLE commstatus
3049
    ADD CONSTRAINT commstatus_pkey PRIMARY KEY (commstatus_id);
3050

    
3051

    
3052
--
3053
-- Name: commusage_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3054
--
3055

    
3056
ALTER TABLE commusage
3057
    ADD CONSTRAINT commusage_pkey PRIMARY KEY (commusage_id);
3058

    
3059

    
3060
--
3061
-- Name: coverindex_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3062
--
3063

    
3064
ALTER TABLE coverindex
3065
    ADD CONSTRAINT coverindex_pkey PRIMARY KEY (coverindex_id);
3066

    
3067

    
3068
--
3069
-- Name: covermethod_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3070
--
3071

    
3072
ALTER TABLE covermethod
3073
    ADD CONSTRAINT covermethod_pkey PRIMARY KEY (covermethod_id);
3074

    
3075

    
3076
--
3077
-- Name: definedvalue_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3078
--
3079

    
3080
ALTER TABLE definedvalue
3081
    ADD CONSTRAINT definedvalue_pkey PRIMARY KEY (definedvalue_id);
3082

    
3083

    
3084
--
3085
-- Name: definedvalue_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3086
--
3087

    
3088
ALTER TABLE definedvalue
3089
    ADD CONSTRAINT definedvalue_unique UNIQUE (userdefined_id, tablerecord_id);
3090

    
3091

    
3092
--
3093
-- Name: disturbanceobs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3094
--
3095

    
3096
ALTER TABLE disturbanceobs
3097
    ADD CONSTRAINT disturbanceobs_pkey PRIMARY KEY (disturbanceobs_id);
3098

    
3099

    
3100
--
3101
-- Name: graphic_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3102
--
3103

    
3104
ALTER TABLE graphic
3105
    ADD CONSTRAINT graphic_pkey PRIMARY KEY (graphic_id);
3106

    
3107

    
3108
--
3109
-- Name: location_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3110
--
3111

    
3112
ALTER TABLE location
3113
    ADD CONSTRAINT location_pkey PRIMARY KEY (location_id);
3114

    
3115

    
3116
--
3117
-- Name: location_unique_sourceaccessioncode; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3118
--
3119

    
3120
ALTER TABLE location
3121
    ADD CONSTRAINT location_unique_sourceaccessioncode UNIQUE (datasource_id, sourceaccessioncode);
3122

    
3123

    
3124
--
3125
-- Name: location_unique_subplot_coords; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3126
--
3127

    
3128
ALTER TABLE location
3129
    ADD CONSTRAINT location_unique_subplot_coords UNIQUE (parent_id, sublocationxposition, sublocationyposition);
3130

    
3131

    
3132
--
3133
-- Name: locationdetermination_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3134
--
3135

    
3136
ALTER TABLE locationdetermination
3137
    ADD CONSTRAINT locationdetermination_pkey PRIMARY KEY (locationdetermination_id);
3138

    
3139

    
3140
--
3141
-- Name: locationdetermination_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3142
--
3143

    
3144
ALTER TABLE locationdetermination
3145
    ADD CONSTRAINT locationdetermination_unique UNIQUE (location_id, namedplace_id);
3146

    
3147

    
3148
--
3149
-- Name: locationevent_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3150
--
3151

    
3152
ALTER TABLE locationevent
3153
    ADD CONSTRAINT locationevent_pkey PRIMARY KEY (locationevent_id);
3154

    
3155

    
3156
--
3157
-- Name: locationeventcontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3158
--
3159

    
3160
ALTER TABLE locationeventcontributor
3161
    ADD CONSTRAINT locationeventcontributor_pkey PRIMARY KEY (locationeventcontributor_id);
3162

    
3163

    
3164
--
3165
-- Name: locationeventsynonym_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3166
--
3167

    
3168
ALTER TABLE locationeventsynonym
3169
    ADD CONSTRAINT locationeventsynonym_pkey PRIMARY KEY (locationeventsynonym_id);
3170

    
3171

    
3172
--
3173
-- Name: method_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3174
--
3175

    
3176
ALTER TABLE method
3177
    ADD CONSTRAINT method_pkey PRIMARY KEY (method_id);
3178

    
3179

    
3180
--
3181
-- Name: methodtaxonclass_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3182
--
3183

    
3184
ALTER TABLE methodtaxonclass
3185
    ADD CONSTRAINT methodtaxonclass_pkey PRIMARY KEY (methodtaxonclass_id);
3186

    
3187

    
3188
--
3189
-- Name: methodtaxonclass_unique_description; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3190
--
3191

    
3192
ALTER TABLE methodtaxonclass
3193
    ADD CONSTRAINT methodtaxonclass_unique_description UNIQUE (method_id, taxonclass);
3194

    
3195

    
3196
--
3197
-- Name: methodtaxonclass_unique_plantconcept_id; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3198
--
3199

    
3200
ALTER TABLE methodtaxonclass
3201
    ADD CONSTRAINT methodtaxonclass_unique_plantconcept_id UNIQUE (method_id, plantconcept_id);
3202

    
3203

    
3204
--
3205
-- Name: namedplace_ancestor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3206
--
3207

    
3208
ALTER TABLE namedplace_ancestor
3209
    ADD CONSTRAINT namedplace_ancestor_pkey PRIMARY KEY (namedplace_id, ancestor_id);
3210

    
3211

    
3212
--
3213
-- Name: namedplace_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3214
--
3215

    
3216
ALTER TABLE namedplace
3217
    ADD CONSTRAINT namedplace_pkey PRIMARY KEY (namedplace_id);
3218

    
3219

    
3220
--
3221
-- Name: namedplacecorrelation_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3222
--
3223

    
3224
ALTER TABLE namedplacecorrelation
3225
    ADD CONSTRAINT namedplacecorrelation_pkey PRIMARY KEY (namedplacecorrelation_id);
3226

    
3227

    
3228
--
3229
-- Name: note_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3230
--
3231

    
3232
ALTER TABLE note
3233
    ADD CONSTRAINT note_pkey PRIMARY KEY (note_id);
3234

    
3235

    
3236
--
3237
-- Name: notelink_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3238
--
3239

    
3240
ALTER TABLE notelink
3241
    ADD CONSTRAINT notelink_pkey PRIMARY KEY (notelink_id);
3242

    
3243

    
3244
--
3245
-- Name: party_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3246
--
3247

    
3248
ALTER TABLE party
3249
    ADD CONSTRAINT party_pkey PRIMARY KEY (party_id);
3250

    
3251

    
3252
--
3253
-- Name: partymember_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3254
--
3255

    
3256
ALTER TABLE partymember
3257
    ADD CONSTRAINT partymember_pkey PRIMARY KEY (partymember_id);
3258

    
3259

    
3260
--
3261
-- Name: plant_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3262
--
3263

    
3264
ALTER TABLE plant
3265
    ADD CONSTRAINT plant_pkey PRIMARY KEY (plant_id);
3266

    
3267

    
3268
--
3269
-- Name: plantconcept_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3270
--
3271

    
3272
ALTER TABLE plantconcept
3273
    ADD CONSTRAINT plantconcept_pkey PRIMARY KEY (plantconcept_id);
3274

    
3275

    
3276
--
3277
-- Name: plantconcept_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3278
--
3279

    
3280
ALTER TABLE plantconcept
3281
    ADD CONSTRAINT plantconcept_unique UNIQUE (plantname_id);
3282

    
3283

    
3284
--
3285
-- Name: plantcorrelation_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3286
--
3287

    
3288
ALTER TABLE plantcorrelation
3289
    ADD CONSTRAINT plantcorrelation_pkey PRIMARY KEY (plantcorrelation_id);
3290

    
3291

    
3292
--
3293
-- Name: plantlineage_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3294
--
3295

    
3296
ALTER TABLE plantlineage
3297
    ADD CONSTRAINT plantlineage_pkey PRIMARY KEY (plantlineage_id);
3298

    
3299

    
3300
--
3301
-- Name: plantname_ancestor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3302
--
3303

    
3304
ALTER TABLE plantname_ancestor
3305
    ADD CONSTRAINT plantname_ancestor_pkey PRIMARY KEY (plantname_id, ancestor_id);
3306

    
3307

    
3308
--
3309
-- Name: plantname_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3310
--
3311

    
3312
ALTER TABLE plantname
3313
    ADD CONSTRAINT plantname_pkey PRIMARY KEY (plantname_id);
3314

    
3315

    
3316
--
3317
-- Name: plantnamescope_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3318
--
3319

    
3320
ALTER TABLE plantnamescope
3321
    ADD CONSTRAINT plantnamescope_pkey PRIMARY KEY (plantnamescope_id);
3322

    
3323

    
3324
--
3325
-- Name: plantobservation_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3326
--
3327

    
3328
ALTER TABLE plantobservation
3329
    ADD CONSTRAINT plantobservation_pkey PRIMARY KEY (plantobservation_id);
3330

    
3331

    
3332
--
3333
-- Name: plantstatus_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3334
--
3335

    
3336
ALTER TABLE plantstatus
3337
    ADD CONSTRAINT plantstatus_pkey PRIMARY KEY (plantstatus_id);
3338

    
3339

    
3340
--
3341
-- Name: plantstatus_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3342
--
3343

    
3344
ALTER TABLE plantstatus
3345
    ADD CONSTRAINT plantstatus_unique UNIQUE (plantconcept_id, party_id);
3346

    
3347

    
3348
--
3349
-- Name: plantusage_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3350
--
3351

    
3352
ALTER TABLE plantusage
3353
    ADD CONSTRAINT plantusage_pkey PRIMARY KEY (plantusage_id);
3354

    
3355

    
3356
--
3357
-- Name: project_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3358
--
3359

    
3360
ALTER TABLE project
3361
    ADD CONSTRAINT project_pkey PRIMARY KEY (project_id);
3362

    
3363

    
3364
--
3365
-- Name: project_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3366
--
3367

    
3368
ALTER TABLE project
3369
    ADD CONSTRAINT project_unique UNIQUE (datasource_id, projectname);
3370

    
3371

    
3372
--
3373
-- Name: projectcontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3374
--
3375

    
3376
ALTER TABLE projectcontributor
3377
    ADD CONSTRAINT projectcontributor_pkey PRIMARY KEY (projectcontributor_id);
3378

    
3379

    
3380
--
3381
-- Name: reference_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3382
--
3383

    
3384
ALTER TABLE reference
3385
    ADD CONSTRAINT reference_pkey PRIMARY KEY (reference_id);
3386

    
3387

    
3388
--
3389
-- Name: referencealtident_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3390
--
3391

    
3392
ALTER TABLE referencealtident
3393
    ADD CONSTRAINT referencealtident_pkey PRIMARY KEY (referencealtident_id);
3394

    
3395

    
3396
--
3397
-- Name: referencecontributor_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3398
--
3399

    
3400
ALTER TABLE referencecontributor
3401
    ADD CONSTRAINT referencecontributor_pkey PRIMARY KEY (referencecontributor_id);
3402

    
3403

    
3404
--
3405
-- Name: referencejournal_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3406
--
3407

    
3408
ALTER TABLE referencejournal
3409
    ADD CONSTRAINT referencejournal_pkey PRIMARY KEY (referencejournal_id);
3410

    
3411

    
3412
--
3413
-- Name: referenceparty_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3414
--
3415

    
3416
ALTER TABLE referenceparty
3417
    ADD CONSTRAINT referenceparty_pkey PRIMARY KEY (referenceparty_id);
3418

    
3419

    
3420
--
3421
-- Name: revision_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3422
--
3423

    
3424
ALTER TABLE revision
3425
    ADD CONSTRAINT revision_pkey PRIMARY KEY (revision_id);
3426

    
3427

    
3428
--
3429
-- Name: soilobs_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3430
--
3431

    
3432
ALTER TABLE soilobs
3433
    ADD CONSTRAINT soilobs_pkey PRIMARY KEY (soilobs_id);
3434

    
3435

    
3436
--
3437
-- Name: soilobs_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3438
--
3439

    
3440
ALTER TABLE soilobs
3441
    ADD CONSTRAINT soilobs_unique UNIQUE (locationevent_id);
3442

    
3443

    
3444
--
3445
-- Name: soiltaxon_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3446
--
3447

    
3448
ALTER TABLE soiltaxon
3449
    ADD CONSTRAINT soiltaxon_pkey PRIMARY KEY (soiltaxon_id);
3450

    
3451

    
3452
--
3453
-- Name: specimen_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3454
--
3455

    
3456
ALTER TABLE specimen
3457
    ADD CONSTRAINT specimen_pkey PRIMARY KEY (specimen_id);
3458

    
3459

    
3460
--
3461
-- Name: specimenreplicate_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3462
--
3463

    
3464
ALTER TABLE specimenreplicate
3465
    ADD CONSTRAINT specimenreplicate_pkey PRIMARY KEY (taxonoccurrence_id);
3466

    
3467

    
3468
--
3469
-- Name: stemobservation_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3470
--
3471

    
3472
ALTER TABLE stemobservation
3473
    ADD CONSTRAINT stemobservation_pkey PRIMARY KEY (stemobservation_id);
3474

    
3475

    
3476
--
3477
-- Name: stemobservation_unique_accessioncode; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3478
--
3479

    
3480
ALTER TABLE stemobservation
3481
    ADD CONSTRAINT stemobservation_unique_accessioncode UNIQUE (plantobservation_id, sourceaccessioncode);
3482

    
3483

    
3484
--
3485
-- Name: stemobservation_unique_code; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3486
--
3487

    
3488
ALTER TABLE stemobservation
3489
    ADD CONSTRAINT stemobservation_unique_code UNIQUE (plantobservation_id, authorstemcode);
3490

    
3491

    
3492
--
3493
-- Name: stemtag_current_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3494
--
3495

    
3496
ALTER TABLE stemtag
3497
    ADD CONSTRAINT stemtag_current_unique UNIQUE (stemobservation_id, iscurrent);
3498

    
3499

    
3500
--
3501
-- Name: stemtag_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3502
--
3503

    
3504
ALTER TABLE stemtag
3505
    ADD CONSTRAINT stemtag_pkey PRIMARY KEY (stemtag_id);
3506

    
3507

    
3508
--
3509
-- Name: stemtag_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3510
--
3511

    
3512
ALTER TABLE stemtag
3513
    ADD CONSTRAINT stemtag_unique UNIQUE (stemobservation_id, tag);
3514

    
3515

    
3516
--
3517
-- Name: stratum_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3518
--
3519

    
3520
ALTER TABLE stratum
3521
    ADD CONSTRAINT stratum_pkey PRIMARY KEY (stratum_id);
3522

    
3523

    
3524
--
3525
-- Name: taxonalt_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3526
--
3527

    
3528
ALTER TABLE taxonalt
3529
    ADD CONSTRAINT taxonalt_pkey PRIMARY KEY (taxonalt_id);
3530

    
3531

    
3532
--
3533
-- Name: taxondetermination_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3534
--
3535

    
3536
ALTER TABLE taxondetermination
3537
    ADD CONSTRAINT taxondetermination_pkey PRIMARY KEY (taxondetermination_id);
3538

    
3539

    
3540
--
3541
-- Name: taxonoccurrence_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3542
--
3543

    
3544
ALTER TABLE taxonoccurrence
3545
    ADD CONSTRAINT taxonoccurrence_pkey PRIMARY KEY (taxonoccurrence_id);
3546
ALTER TABLE taxondetermination
3547
    ADD CONSTRAINT taxondetermination_taxonoccurrence_id FOREIGN KEY (taxonoccurrence_id) REFERENCES taxonoccurrence(taxonoccurrence_id) ON UPDATE CASCADE ON DELETE CASCADE;
3548

    
3549

    
3550

    
3551
--
3552
-- Name: telephone_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3553
--
3554

    
3555
ALTER TABLE telephone
3556
    ADD CONSTRAINT telephone_pkey PRIMARY KEY (telephone_id);
3557

    
3558

    
3559
--
3560
-- Name: trait_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3561
--
3562

    
3563
ALTER TABLE trait
3564
    ADD CONSTRAINT trait_pkey PRIMARY KEY (trait_id);
3565

    
3566

    
3567
--
3568
-- Name: userdefined_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3569
--
3570

    
3571
ALTER TABLE userdefined
3572
    ADD CONSTRAINT userdefined_pkey PRIMARY KEY (userdefined_id);
3573

    
3574

    
3575
--
3576
-- Name: userdefined_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3577
--
3578

    
3579
ALTER TABLE userdefined
3580
    ADD CONSTRAINT userdefined_unique UNIQUE (tablename, userdefinedname);
3581

    
3582

    
3583
--
3584
-- Name: voucher_pkey; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3585
--
3586

    
3587
ALTER TABLE voucher
3588
    ADD CONSTRAINT voucher_pkey PRIMARY KEY (voucher_id);
3589

    
3590

    
3591
--
3592
-- Name: voucher_unique; Type: CONSTRAINT; Schema: public; Owner: -; Tablespace: 
3593
--
3594

    
3595
ALTER TABLE voucher
3596
    ADD CONSTRAINT voucher_unique UNIQUE (taxonoccurrence_id, specimenreplicate_id);
3597

    
3598

    
3599
--
3600
-- Name: aggregateoccurrence_unique_datasource; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3601
--
3602

    
3603

    
3604

    
3605

    
3606
--
3607
-- Name: commclass_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3608
--
3609

    
3610
CREATE UNIQUE INDEX commclass_accessioncode_index ON commclass  (accessioncode);
3611

    
3612

    
3613
--
3614
-- Name: commclass_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3615
--
3616

    
3617

    
3618

    
3619

    
3620
--
3621
-- Name: commconcept_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3622
--
3623

    
3624
CREATE UNIQUE INDEX commconcept_accessioncode_index ON commconcept  (accessioncode);
3625

    
3626

    
3627
--
3628
-- Name: commstatus_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3629
--
3630

    
3631
CREATE UNIQUE INDEX commstatus_accessioncode_index ON commstatus  (accessioncode);
3632

    
3633

    
3634
--
3635
-- Name: covermethod_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3636
--
3637

    
3638
CREATE UNIQUE INDEX covermethod_accessioncode_index ON covermethod  (accessioncode);
3639

    
3640

    
3641
--
3642
-- Name: graphic_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3643
--
3644

    
3645
CREATE UNIQUE INDEX graphic_accessioncode_index ON graphic  (accessioncode);
3646

    
3647

    
3648
--
3649
-- Name: location_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3650
--
3651

    
3652
CREATE UNIQUE INDEX location_accessioncode_index ON location  (accessioncode);
3653

    
3654

    
3655
--
3656
-- Name: location_unique_datasource; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3657
--
3658

    
3659
CREATE UNIQUE INDEX location_unique_datasource ON location  (datasource_id, sourceaccessioncode);
3660

    
3661

    
3662
--
3663
-- Name: locationevent_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3664
--
3665

    
3666
CREATE UNIQUE INDEX locationevent_accessioncode_index ON locationevent  (accessioncode);
3667

    
3668

    
3669
--
3670
-- Name: locationevent_unique_accessioncode; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3671
--
3672

    
3673

    
3674

    
3675

    
3676
--
3677
-- Name: locationevent_unique_datasource; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3678
--
3679

    
3680

    
3681

    
3682

    
3683
--
3684
-- Name: locationevent_unique_parent_authorcode; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3685
--
3686

    
3687

    
3688

    
3689

    
3690
--
3691
-- Name: locationevent_unique_parent_location; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3692
--
3693

    
3694

    
3695

    
3696

    
3697
--
3698
-- Name: locationevent_unique_project_authorcode; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3699
--
3700

    
3701

    
3702

    
3703

    
3704
--
3705
-- Name: locationeventsynonym_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3706
--
3707

    
3708
CREATE UNIQUE INDEX locationeventsynonym_accessioncode_index ON locationeventsynonym  (accessioncode);
3709

    
3710

    
3711
--
3712
-- Name: method_accessioncode; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3713
--
3714

    
3715
CREATE UNIQUE INDEX method_accessioncode ON method  (accessioncode);
3716

    
3717

    
3718
--
3719
-- Name: method_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3720
--
3721

    
3722

    
3723

    
3724

    
3725
--
3726
-- Name: namedplace_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3727
--
3728

    
3729
CREATE UNIQUE INDEX namedplace_accessioncode_index ON namedplace  (accessioncode);
3730

    
3731

    
3732
--
3733
-- Name: namedplace_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3734
--
3735

    
3736

    
3737

    
3738

    
3739
--
3740
-- Name: note_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3741
--
3742

    
3743
CREATE UNIQUE INDEX note_accessioncode_index ON note  (accessioncode);
3744

    
3745

    
3746
--
3747
-- Name: party_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3748
--
3749

    
3750
CREATE UNIQUE INDEX party_accessioncode_index ON party  (accessioncode);
3751

    
3752

    
3753
--
3754
-- Name: party_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3755
--
3756

    
3757

    
3758

    
3759

    
3760
--
3761
-- Name: plantconcept_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3762
--
3763

    
3764
CREATE UNIQUE INDEX plantconcept_accessioncode_index ON plantconcept  (accessioncode);
3765

    
3766

    
3767
--
3768
-- Name: plantname_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3769
--
3770

    
3771

    
3772

    
3773

    
3774
--
3775
-- Name: plantnamescope_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3776
--
3777

    
3778

    
3779

    
3780

    
3781
--
3782
-- Name: plantobservation_unique_datasource; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3783
--
3784

    
3785

    
3786

    
3787

    
3788
--
3789
-- Name: plantstatus_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3790
--
3791

    
3792
CREATE UNIQUE INDEX plantstatus_accessioncode_index ON plantstatus  (accessioncode);
3793

    
3794

    
3795
--
3796
-- Name: project_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3797
--
3798

    
3799
CREATE UNIQUE INDEX project_accessioncode_index ON project  (accessioncode);
3800

    
3801

    
3802
--
3803
-- Name: project_unique_datasource; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3804
--
3805

    
3806

    
3807

    
3808

    
3809
--
3810
-- Name: reference_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3811
--
3812

    
3813
CREATE UNIQUE INDEX reference_accessioncode_index ON reference  (accessioncode);
3814

    
3815

    
3816
--
3817
-- Name: referencejournal_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3818
--
3819

    
3820
CREATE UNIQUE INDEX referencejournal_accessioncode_index ON referencejournal  (accessioncode);
3821

    
3822

    
3823
--
3824
-- Name: referenceparty_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3825
--
3826

    
3827
CREATE UNIQUE INDEX referenceparty_accessioncode_index ON referenceparty  (accessioncode);
3828

    
3829

    
3830
--
3831
-- Name: soiltaxon_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3832
--
3833

    
3834
CREATE UNIQUE INDEX soiltaxon_accessioncode_index ON soiltaxon  (accessioncode);
3835

    
3836

    
3837
--
3838
-- Name: specimenreplicate_unique_accessioncode; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3839
--
3840

    
3841

    
3842

    
3843

    
3844
--
3845
-- Name: specimenreplicate_unique_catalognumber; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3846
--
3847

    
3848

    
3849

    
3850

    
3851
--
3852
-- Name: specimenreplicate_unique_plantobservation; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3853
--
3854

    
3855

    
3856

    
3857

    
3858
--
3859
-- Name: stemobservation_unique_datasource; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3860
--
3861

    
3862

    
3863

    
3864

    
3865
--
3866
-- Name: taxondetermination_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3867
--
3868

    
3869
CREATE UNIQUE INDEX taxondetermination_accessioncode_index ON taxondetermination  (accessioncode);
3870

    
3871

    
3872
--
3873
-- Name: taxondetermination_unique; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3874
--
3875

    
3876

    
3877

    
3878

    
3879
--
3880
-- Name: taxonoccurrence_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3881
--
3882

    
3883
CREATE UNIQUE INDEX taxonoccurrence_accessioncode_index ON taxonoccurrence  (accessioncode);
3884

    
3885

    
3886
--
3887
-- Name: taxonoccurrence_unique_datasource; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3888
--
3889

    
3890

    
3891

    
3892

    
3893
--
3894
-- Name: userdefined_accessioncode_index; Type: INDEX; Schema: public; Owner: -; Tablespace: 
3895
--
3896

    
3897
CREATE UNIQUE INDEX userdefined_accessioncode_index ON userdefined  (accessioncode);
3898

    
3899

    
3900
--
3901
-- Name: aggregateoccurrence_plantobs_count_1; Type: TRIGGER; Schema: public; Owner: -
3902
--
3903

    
3904

    
3905

    
3906

    
3907
--
3908
-- Name: namedplace_update_ancestors; Type: TRIGGER; Schema: public; Owner: -
3909
--
3910

    
3911

    
3912

    
3913

    
3914
--
3915
-- Name: plantname_update_ancestors; Type: TRIGGER; Schema: public; Owner: -
3916
--
3917

    
3918

    
3919

    
3920

    
3921
--
3922
-- Name: taxondetermination_taxonoccurrence_id_fkey; Type: TRIGGER; Schema: public; Owner: -
3923
--
3924

    
3925

    
3926

    
3927

    
3928
--
3929
-- Name: address_organization_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3930
--
3931

    
3932
ALTER TABLE address
3933
    ADD CONSTRAINT address_organization_id FOREIGN KEY (organization_id) REFERENCES party(party_id) ON UPDATE CASCADE ON DELETE CASCADE;
3934

    
3935

    
3936
--
3937
-- Name: address_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3938
--
3939

    
3940
ALTER TABLE address
3941
    ADD CONSTRAINT address_party_id FOREIGN KEY (party_id) REFERENCES party(party_id) ON UPDATE CASCADE ON DELETE CASCADE;
3942

    
3943

    
3944
--
3945
-- Name: aggregateoccurrence_coverindex_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3946
--
3947

    
3948
ALTER TABLE aggregateoccurrence
3949
    ADD CONSTRAINT aggregateoccurrence_coverindex_id FOREIGN KEY (coverindex_id) REFERENCES coverindex(coverindex_id) ON UPDATE CASCADE ON DELETE SET NULL;
3950

    
3951

    
3952
--
3953
-- Name: aggregateoccurrence_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3954
--
3955

    
3956

    
3957

    
3958

    
3959
--
3960
-- Name: aggregateoccurrence_method_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3961
--
3962

    
3963
ALTER TABLE aggregateoccurrence
3964
    ADD CONSTRAINT aggregateoccurrence_method_id FOREIGN KEY (method_id) REFERENCES method(method_id) ON UPDATE CASCADE ON DELETE CASCADE;
3965

    
3966

    
3967
--
3968
-- Name: aggregateoccurrence_plantobservation_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3969
--
3970

    
3971
ALTER TABLE aggregateoccurrence
3972
    ADD CONSTRAINT aggregateoccurrence_plantobservation_id FOREIGN KEY (plantobservation_id) REFERENCES plantobservation(plantobservation_id) ON UPDATE CASCADE ON DELETE CASCADE;
3973

    
3974

    
3975
--
3976
-- Name: aggregateoccurrence_stratum_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3977
--
3978

    
3979
ALTER TABLE aggregateoccurrence
3980
    ADD CONSTRAINT aggregateoccurrence_stratum_id FOREIGN KEY (stratum_id) REFERENCES stratum(stratum_id) ON UPDATE CASCADE ON DELETE CASCADE;
3981

    
3982

    
3983
--
3984
-- Name: aggregateoccurrence_taxonoccurrence_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3985
--
3986

    
3987
ALTER TABLE aggregateoccurrence
3988
    ADD CONSTRAINT aggregateoccurrence_taxonoccurrence_id FOREIGN KEY (taxonoccurrence_id) REFERENCES taxonoccurrence(taxonoccurrence_id) ON UPDATE CASCADE ON DELETE CASCADE;
3989

    
3990

    
3991
--
3992
-- Name: classcontributor_commclass_id; Type: FK CONSTRAINT; Schema: public; Owner: -
3993
--
3994

    
3995
ALTER TABLE classcontributor
3996
    ADD CONSTRAINT classcontributor_commclass_id FOREIGN KEY (commclass_id) REFERENCES commclass(commclass_id) ON UPDATE CASCADE ON DELETE CASCADE;
3997

    
3998

    
3999
--
4000
-- Name: classcontributor_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4001
--
4002

    
4003

    
4004

    
4005

    
4006
--
4007
-- Name: commclass_classpublication_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4008
--
4009

    
4010

    
4011

    
4012

    
4013
--
4014
-- Name: commclass_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4015
--
4016

    
4017
ALTER TABLE commclass
4018
    ADD CONSTRAINT commclass_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4019

    
4020

    
4021
--
4022
-- Name: commconcept_commname_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4023
--
4024

    
4025
ALTER TABLE commconcept
4026
    ADD CONSTRAINT commconcept_commname_id FOREIGN KEY (commname_id) REFERENCES commname(commname_id) ON UPDATE CASCADE ON DELETE CASCADE;
4027

    
4028

    
4029
--
4030
-- Name: commconcept_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4031
--
4032

    
4033

    
4034

    
4035

    
4036
--
4037
-- Name: commcorrelation_commconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4038
--
4039

    
4040
ALTER TABLE commcorrelation
4041
    ADD CONSTRAINT commcorrelation_commconcept_id FOREIGN KEY (commconcept_id) REFERENCES commconcept(commconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4042

    
4043

    
4044
--
4045
-- Name: commcorrelation_commstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4046
--
4047

    
4048
ALTER TABLE commcorrelation
4049
    ADD CONSTRAINT commcorrelation_commstatus_id FOREIGN KEY (commstatus_id) REFERENCES commstatus(commstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4050

    
4051

    
4052
--
4053
-- Name: commdetermination_commauthority_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4054
--
4055

    
4056

    
4057

    
4058

    
4059
--
4060
-- Name: commdetermination_commclass_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4061
--
4062

    
4063
ALTER TABLE commdetermination
4064
    ADD CONSTRAINT commdetermination_commclass_id FOREIGN KEY (commclass_id) REFERENCES commclass(commclass_id) ON UPDATE CASCADE ON DELETE CASCADE;
4065

    
4066

    
4067
--
4068
-- Name: commdetermination_commconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4069
--
4070

    
4071
ALTER TABLE commdetermination
4072
    ADD CONSTRAINT commdetermination_commconcept_id FOREIGN KEY (commconcept_id) REFERENCES commconcept(commconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4073

    
4074

    
4075
--
4076
-- Name: commlineage_childcommstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4077
--
4078

    
4079
ALTER TABLE commlineage
4080
    ADD CONSTRAINT commlineage_childcommstatus_id FOREIGN KEY (childcommstatus_id) REFERENCES commstatus(commstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4081

    
4082

    
4083
--
4084
-- Name: commlineage_parentcommstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4085
--
4086

    
4087
ALTER TABLE commlineage
4088
    ADD CONSTRAINT commlineage_parentcommstatus_id FOREIGN KEY (parentcommstatus_id) REFERENCES commstatus(commstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4089

    
4090

    
4091
--
4092
-- Name: commname_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4093
--
4094

    
4095

    
4096

    
4097

    
4098
--
4099
-- Name: commstatus_commconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4100
--
4101

    
4102
ALTER TABLE commstatus
4103
    ADD CONSTRAINT commstatus_commconcept_id FOREIGN KEY (commconcept_id) REFERENCES commconcept(commconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4104

    
4105

    
4106
--
4107
-- Name: commstatus_commparent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4108
--
4109

    
4110
ALTER TABLE commstatus
4111
    ADD CONSTRAINT commstatus_commparent_id FOREIGN KEY (commparent_id) REFERENCES commconcept(commconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4112

    
4113

    
4114
--
4115
-- Name: commstatus_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4116
--
4117

    
4118

    
4119

    
4120

    
4121
--
4122
-- Name: commstatus_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4123
--
4124

    
4125

    
4126

    
4127

    
4128
--
4129
-- Name: commusage_commconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4130
--
4131

    
4132
ALTER TABLE commusage
4133
    ADD CONSTRAINT commusage_commconcept_id FOREIGN KEY (commconcept_id) REFERENCES commconcept(commconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4134

    
4135

    
4136
--
4137
-- Name: commusage_commname_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4138
--
4139

    
4140
ALTER TABLE commusage
4141
    ADD CONSTRAINT commusage_commname_id FOREIGN KEY (commname_id) REFERENCES commname(commname_id) ON UPDATE CASCADE ON DELETE CASCADE;
4142

    
4143

    
4144
--
4145
-- Name: commusage_commstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4146
--
4147

    
4148
ALTER TABLE commusage
4149
    ADD CONSTRAINT commusage_commstatus_id FOREIGN KEY (commstatus_id) REFERENCES commstatus(commstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4150

    
4151

    
4152
--
4153
-- Name: commusage_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4154
--
4155

    
4156

    
4157

    
4158

    
4159
--
4160
-- Name: coverindex_covermethod_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4161
--
4162

    
4163
ALTER TABLE coverindex
4164
    ADD CONSTRAINT coverindex_covermethod_id FOREIGN KEY (covermethod_id) REFERENCES covermethod(covermethod_id) ON UPDATE CASCADE ON DELETE CASCADE;
4165

    
4166

    
4167
--
4168
-- Name: covermethod_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4169
--
4170

    
4171

    
4172

    
4173

    
4174
--
4175
-- Name: definedvalue_userdefined_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4176
--
4177

    
4178
ALTER TABLE definedvalue
4179
    ADD CONSTRAINT definedvalue_userdefined_id FOREIGN KEY (userdefined_id) REFERENCES userdefined(userdefined_id) ON UPDATE CASCADE ON DELETE CASCADE;
4180

    
4181

    
4182
--
4183
-- Name: disturbanceobs_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4184
--
4185

    
4186
ALTER TABLE disturbanceobs
4187
    ADD CONSTRAINT disturbanceobs_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4188

    
4189

    
4190
--
4191
-- Name: graphic_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4192
--
4193

    
4194
ALTER TABLE graphic
4195
    ADD CONSTRAINT graphic_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4196

    
4197

    
4198
--
4199
-- Name: location_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4200
--
4201

    
4202

    
4203

    
4204

    
4205
--
4206
-- Name: location_parent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4207
--
4208

    
4209
ALTER TABLE location
4210
    ADD CONSTRAINT location_parent_id FOREIGN KEY (parent_id) REFERENCES location(location_id) ON UPDATE CASCADE ON DELETE CASCADE;
4211

    
4212

    
4213
--
4214
-- Name: locationdetermination_identifier_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4215
--
4216

    
4217

    
4218

    
4219

    
4220
--
4221
-- Name: locationdetermination_location_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4222
--
4223

    
4224
ALTER TABLE locationdetermination
4225
    ADD CONSTRAINT locationdetermination_location_id FOREIGN KEY (location_id) REFERENCES location(location_id) ON UPDATE CASCADE ON DELETE CASCADE;
4226

    
4227

    
4228
--
4229
-- Name: locationdetermination_namedplace_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4230
--
4231

    
4232
ALTER TABLE locationdetermination
4233
    ADD CONSTRAINT locationdetermination_namedplace_id FOREIGN KEY (namedplace_id) REFERENCES namedplace(namedplace_id) ON UPDATE CASCADE ON DELETE CASCADE;
4234

    
4235

    
4236
--
4237
-- Name: locationevent_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4238
--
4239

    
4240

    
4241

    
4242

    
4243
--
4244
-- Name: locationevent_location_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4245
--
4246

    
4247
ALTER TABLE locationevent
4248
    ADD CONSTRAINT locationevent_location_id FOREIGN KEY (location_id) REFERENCES location(location_id) ON UPDATE CASCADE ON DELETE CASCADE;
4249

    
4250

    
4251
--
4252
-- Name: locationevent_method_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4253
--
4254

    
4255
ALTER TABLE locationevent
4256
    ADD CONSTRAINT locationevent_method_id FOREIGN KEY (method_id) REFERENCES method(method_id) ON UPDATE CASCADE ON DELETE CASCADE;
4257

    
4258

    
4259
--
4260
-- Name: locationevent_parent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4261
--
4262

    
4263
ALTER TABLE locationevent
4264
    ADD CONSTRAINT locationevent_parent_id FOREIGN KEY (parent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4265

    
4266

    
4267
--
4268
-- Name: locationevent_previousobs_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4269
--
4270

    
4271
ALTER TABLE locationevent
4272
    ADD CONSTRAINT locationevent_previousobs_id FOREIGN KEY (previous_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4273

    
4274

    
4275
--
4276
-- Name: locationevent_project_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4277
--
4278

    
4279
ALTER TABLE locationevent
4280
    ADD CONSTRAINT locationevent_project_id FOREIGN KEY (project_id) REFERENCES project(project_id) ON UPDATE CASCADE ON DELETE CASCADE;
4281

    
4282

    
4283
--
4284
-- Name: locationevent_soiltaxon_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4285
--
4286

    
4287
ALTER TABLE locationevent
4288
    ADD CONSTRAINT locationevent_soiltaxon_id FOREIGN KEY (soiltaxon_id) REFERENCES soiltaxon(soiltaxon_id) ON UPDATE CASCADE ON DELETE CASCADE;
4289

    
4290

    
4291
--
4292
-- Name: locationeventcontributor_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4293
--
4294

    
4295
ALTER TABLE locationeventcontributor
4296
    ADD CONSTRAINT locationeventcontributor_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4297

    
4298

    
4299
--
4300
-- Name: locationeventcontributor_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4301
--
4302

    
4303

    
4304

    
4305

    
4306
--
4307
-- Name: locationeventsynonym_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4308
--
4309

    
4310

    
4311

    
4312

    
4313
--
4314
-- Name: locationeventsynonym_primarylocationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4315
--
4316

    
4317
ALTER TABLE locationeventsynonym
4318
    ADD CONSTRAINT locationeventsynonym_primarylocationevent_id FOREIGN KEY (primarylocationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4319

    
4320

    
4321
--
4322
-- Name: locationeventsynonym_synonymlocationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4323
--
4324

    
4325
ALTER TABLE locationeventsynonym
4326
    ADD CONSTRAINT locationeventsynonym_synonymlocationevent_id FOREIGN KEY (synonymlocationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4327

    
4328

    
4329
--
4330
-- Name: method_covermethod_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4331
--
4332

    
4333
ALTER TABLE method
4334
    ADD CONSTRAINT method_covermethod_id FOREIGN KEY (covermethod_id) REFERENCES covermethod(covermethod_id) ON UPDATE CASCADE ON DELETE CASCADE;
4335

    
4336

    
4337
--
4338
-- Name: method_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4339
--
4340

    
4341

    
4342

    
4343

    
4344
--
4345
-- Name: method_subplotmethod_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4346
--
4347

    
4348
ALTER TABLE method
4349
    ADD CONSTRAINT method_subplotmethod_id FOREIGN KEY (subplotmethod_id) REFERENCES method(method_id) ON UPDATE CASCADE ON DELETE SET NULL;
4350

    
4351

    
4352
--
4353
-- Name: methodtaxonclass_method_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4354
--
4355

    
4356
ALTER TABLE methodtaxonclass
4357
    ADD CONSTRAINT methodtaxonclass_method_id FOREIGN KEY (method_id) REFERENCES method(method_id) ON UPDATE CASCADE ON DELETE CASCADE;
4358

    
4359

    
4360
--
4361
-- Name: methodtaxonclass_plantconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4362
--
4363

    
4364
ALTER TABLE methodtaxonclass
4365
    ADD CONSTRAINT methodtaxonclass_plantconcept_id FOREIGN KEY (plantconcept_id) REFERENCES plantconcept(plantconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4366

    
4367

    
4368
--
4369
-- Name: methodtaxonclass_submethod_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4370
--
4371

    
4372
ALTER TABLE methodtaxonclass
4373
    ADD CONSTRAINT methodtaxonclass_submethod_id FOREIGN KEY (submethod_id) REFERENCES method(method_id) ON UPDATE CASCADE ON DELETE SET NULL;
4374

    
4375

    
4376
--
4377
-- Name: namedplace_ancestor_ancestor_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4378
--
4379

    
4380
ALTER TABLE namedplace_ancestor
4381
    ADD CONSTRAINT namedplace_ancestor_ancestor_id FOREIGN KEY (ancestor_id) REFERENCES namedplace(namedplace_id) ON UPDATE CASCADE ON DELETE CASCADE;
4382

    
4383

    
4384
--
4385
-- Name: namedplace_ancestor_namedplace_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4386
--
4387

    
4388
ALTER TABLE namedplace_ancestor
4389
    ADD CONSTRAINT namedplace_ancestor_namedplace_id FOREIGN KEY (namedplace_id) REFERENCES namedplace(namedplace_id) ON UPDATE CASCADE ON DELETE CASCADE;
4390

    
4391

    
4392
--
4393
-- Name: namedplace_parent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4394
--
4395

    
4396
ALTER TABLE namedplace
4397
    ADD CONSTRAINT namedplace_parent_id FOREIGN KEY (parent_id) REFERENCES namedplace(namedplace_id) ON UPDATE CASCADE ON DELETE CASCADE;
4398

    
4399

    
4400
--
4401
-- Name: namedplacecorrelation_childplace_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4402
--
4403

    
4404
ALTER TABLE namedplacecorrelation
4405
    ADD CONSTRAINT namedplacecorrelation_childplace_id FOREIGN KEY (childplace_id) REFERENCES namedplace(namedplace_id) ON UPDATE CASCADE ON DELETE CASCADE;
4406

    
4407

    
4408
--
4409
-- Name: namedplacecorrelation_parentplace_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4410
--
4411

    
4412
ALTER TABLE namedplacecorrelation
4413
    ADD CONSTRAINT namedplacecorrelation_parentplace_id FOREIGN KEY (parentplace_id) REFERENCES namedplace(namedplace_id) ON UPDATE CASCADE ON DELETE CASCADE;
4414

    
4415

    
4416
--
4417
-- Name: note_notelink_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4418
--
4419

    
4420
ALTER TABLE note
4421
    ADD CONSTRAINT note_notelink_id FOREIGN KEY (notelink_id) REFERENCES notelink(notelink_id) ON UPDATE CASCADE ON DELETE CASCADE;
4422

    
4423

    
4424
--
4425
-- Name: note_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4426
--
4427

    
4428

    
4429

    
4430

    
4431
--
4432
-- Name: party_currentname_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4433
--
4434

    
4435
ALTER TABLE party
4436
    ADD CONSTRAINT party_currentname_id FOREIGN KEY (currentname_id) REFERENCES party(party_id) ON UPDATE CASCADE ON DELETE CASCADE;
4437

    
4438

    
4439
--
4440
-- Name: partymember_childparty_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4441
--
4442

    
4443
ALTER TABLE partymember
4444
    ADD CONSTRAINT partymember_childparty_id FOREIGN KEY (childparty_id) REFERENCES party(party_id) ON UPDATE CASCADE ON DELETE CASCADE;
4445

    
4446

    
4447
--
4448
-- Name: partymember_parentparty_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4449
--
4450

    
4451
ALTER TABLE partymember
4452
    ADD CONSTRAINT partymember_parentparty_id FOREIGN KEY (parentparty_id) REFERENCES party(party_id) ON UPDATE CASCADE ON DELETE CASCADE;
4453

    
4454

    
4455
--
4456
-- Name: plantconcept_plantname_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4457
--
4458

    
4459
ALTER TABLE plantconcept
4460
    ADD CONSTRAINT plantconcept_plantname_id FOREIGN KEY (plantname_id) REFERENCES plantname(plantname_id) ON UPDATE CASCADE ON DELETE CASCADE;
4461

    
4462

    
4463
--
4464
-- Name: plantcorrelation_plantconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4465
--
4466

    
4467
ALTER TABLE plantcorrelation
4468
    ADD CONSTRAINT plantcorrelation_plantconcept_id FOREIGN KEY (plantconcept_id) REFERENCES plantconcept(plantconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4469

    
4470

    
4471
--
4472
-- Name: plantcorrelation_plantstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4473
--
4474

    
4475
ALTER TABLE plantcorrelation
4476
    ADD CONSTRAINT plantcorrelation_plantstatus_id FOREIGN KEY (plantstatus_id) REFERENCES plantstatus(plantstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4477

    
4478

    
4479
--
4480
-- Name: plantlineage_childplantstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4481
--
4482

    
4483
ALTER TABLE plantlineage
4484
    ADD CONSTRAINT plantlineage_childplantstatus_id FOREIGN KEY (childplantstatus_id) REFERENCES plantstatus(plantstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4485

    
4486

    
4487
--
4488
-- Name: plantlineage_parentplantstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4489
--
4490

    
4491
ALTER TABLE plantlineage
4492
    ADD CONSTRAINT plantlineage_parentplantstatus_id FOREIGN KEY (parentplantstatus_id) REFERENCES plantstatus(plantstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4493

    
4494

    
4495
--
4496
-- Name: plantname_ancestor_ancestor_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4497
--
4498

    
4499
ALTER TABLE plantname_ancestor
4500
    ADD CONSTRAINT plantname_ancestor_ancestor_id FOREIGN KEY (ancestor_id) REFERENCES plantname(plantname_id) ON UPDATE CASCADE ON DELETE CASCADE;
4501

    
4502

    
4503
--
4504
-- Name: plantname_ancestor_plantname_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4505
--
4506

    
4507
ALTER TABLE plantname_ancestor
4508
    ADD CONSTRAINT plantname_ancestor_plantname_id FOREIGN KEY (plantname_id) REFERENCES plantname(plantname_id) ON UPDATE CASCADE ON DELETE CASCADE;
4509

    
4510

    
4511
--
4512
-- Name: plantname_parent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4513
--
4514

    
4515
ALTER TABLE plantname
4516
    ADD CONSTRAINT plantname_parent_id FOREIGN KEY (parent_id) REFERENCES plantname(plantname_id) ON UPDATE CASCADE ON DELETE CASCADE;
4517

    
4518

    
4519
--
4520
-- Name: plantname_scope_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4521
--
4522

    
4523
ALTER TABLE plantname
4524
    ADD CONSTRAINT plantname_scope_id FOREIGN KEY (scope_id) REFERENCES plantnamescope(plantnamescope_id) ON UPDATE CASCADE ON DELETE CASCADE;
4525

    
4526

    
4527
--
4528
-- Name: plantnamescope_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4529
--
4530

    
4531
ALTER TABLE plantnamescope
4532
    ADD CONSTRAINT plantnamescope_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4533

    
4534

    
4535
--
4536
-- Name: plantnamescope_namedplace_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4537
--
4538

    
4539
ALTER TABLE plantnamescope
4540
    ADD CONSTRAINT plantnamescope_namedplace_id FOREIGN KEY (namedplace_id) REFERENCES namedplace(namedplace_id) ON UPDATE CASCADE ON DELETE CASCADE;
4541

    
4542

    
4543
--
4544
-- Name: plantnamescope_project_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4545
--
4546

    
4547
ALTER TABLE plantnamescope
4548
    ADD CONSTRAINT plantnamescope_project_id FOREIGN KEY (project_id) REFERENCES project(project_id) ON UPDATE CASCADE ON DELETE CASCADE;
4549

    
4550

    
4551
--
4552
-- Name: plantobservation_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4553
--
4554

    
4555

    
4556

    
4557

    
4558
--
4559
-- Name: plantobservation_plant_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4560
--
4561

    
4562
ALTER TABLE plantobservation
4563
    ADD CONSTRAINT plantobservation_plant_id FOREIGN KEY (plant_id) REFERENCES plant(plant_id) ON UPDATE CASCADE ON DELETE CASCADE;
4564

    
4565

    
4566
--
4567
-- Name: plantstatus_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4568
--
4569

    
4570

    
4571

    
4572

    
4573
--
4574
-- Name: plantstatus_plantconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4575
--
4576

    
4577
ALTER TABLE plantstatus
4578
    ADD CONSTRAINT plantstatus_plantconcept_id FOREIGN KEY (plantconcept_id) REFERENCES plantconcept(plantconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4579

    
4580

    
4581
--
4582
-- Name: plantstatus_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4583
--
4584

    
4585

    
4586

    
4587

    
4588
--
4589
-- Name: plantusage_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4590
--
4591

    
4592

    
4593

    
4594

    
4595
--
4596
-- Name: plantusage_plantconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4597
--
4598

    
4599
ALTER TABLE plantusage
4600
    ADD CONSTRAINT plantusage_plantconcept_id FOREIGN KEY (plantconcept_id) REFERENCES plantconcept(plantconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4601

    
4602

    
4603
--
4604
-- Name: plantusage_plantname_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4605
--
4606

    
4607
ALTER TABLE plantusage
4608
    ADD CONSTRAINT plantusage_plantname_id FOREIGN KEY (plantname_id) REFERENCES plantname(plantname_id) ON UPDATE CASCADE ON DELETE CASCADE;
4609

    
4610

    
4611
--
4612
-- Name: plantusage_plantstatus_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4613
--
4614

    
4615
ALTER TABLE plantusage
4616
    ADD CONSTRAINT plantusage_plantstatus_id FOREIGN KEY (plantstatus_id) REFERENCES plantstatus(plantstatus_id) ON UPDATE CASCADE ON DELETE CASCADE;
4617

    
4618

    
4619
--
4620
-- Name: project_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4621
--
4622

    
4623

    
4624

    
4625

    
4626
--
4627
-- Name: projectcontributor_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4628
--
4629

    
4630

    
4631

    
4632

    
4633
--
4634
-- Name: projectcontributor_project_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4635
--
4636

    
4637
ALTER TABLE projectcontributor
4638
    ADD CONSTRAINT projectcontributor_project_id FOREIGN KEY (project_id) REFERENCES project(project_id) ON UPDATE CASCADE ON DELETE CASCADE;
4639

    
4640

    
4641
--
4642
-- Name: reference_referencejournal_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4643
--
4644

    
4645
ALTER TABLE reference
4646
    ADD CONSTRAINT reference_referencejournal_id FOREIGN KEY (referencejournal_id) REFERENCES referencejournal(referencejournal_id) ON UPDATE CASCADE ON DELETE CASCADE;
4647

    
4648

    
4649
--
4650
-- Name: referencealtident_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4651
--
4652

    
4653
ALTER TABLE referencealtident
4654
    ADD CONSTRAINT referencealtident_reference_id FOREIGN KEY (reference_id) REFERENCES reference(reference_id) ON UPDATE CASCADE ON DELETE CASCADE;
4655

    
4656

    
4657
--
4658
-- Name: referencecontributor_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4659
--
4660

    
4661
ALTER TABLE referencecontributor
4662
    ADD CONSTRAINT referencecontributor_reference_id FOREIGN KEY (reference_id) REFERENCES reference(reference_id) ON UPDATE CASCADE ON DELETE CASCADE;
4663

    
4664

    
4665
--
4666
-- Name: referencecontributor_referenceparty_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4667
--
4668

    
4669
ALTER TABLE referencecontributor
4670
    ADD CONSTRAINT referencecontributor_referenceparty_id FOREIGN KEY (referenceparty_id) REFERENCES referenceparty(referenceparty_id) ON UPDATE CASCADE ON DELETE CASCADE;
4671

    
4672

    
4673
--
4674
-- Name: referenceparty_currentparty_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4675
--
4676

    
4677
ALTER TABLE referenceparty
4678
    ADD CONSTRAINT referenceparty_currentparty_id FOREIGN KEY (currentparty_id) REFERENCES referenceparty(referenceparty_id) ON UPDATE CASCADE ON DELETE CASCADE;
4679

    
4680

    
4681
--
4682
-- Name: revision_previousrevision_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4683
--
4684

    
4685
ALTER TABLE revision
4686
    ADD CONSTRAINT revision_previousrevision_id FOREIGN KEY (previousrevision_id) REFERENCES revision(revision_id) ON UPDATE CASCADE ON DELETE CASCADE;
4687

    
4688

    
4689
--
4690
-- Name: soilobs_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4691
--
4692

    
4693
ALTER TABLE soilobs
4694
    ADD CONSTRAINT soilobs_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4695

    
4696

    
4697
--
4698
-- Name: soiltaxon_soilparent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4699
--
4700

    
4701
ALTER TABLE soiltaxon
4702
    ADD CONSTRAINT soiltaxon_soilparent_id FOREIGN KEY (soilparent_id) REFERENCES soiltaxon(soiltaxon_id) ON UPDATE CASCADE ON DELETE CASCADE;
4703

    
4704

    
4705
--
4706
-- Name: specimenreplicate_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4707
--
4708

    
4709

    
4710

    
4711

    
4712
--
4713
-- Name: specimenreplicate_institution_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4714
--
4715

    
4716

    
4717

    
4718

    
4719
--
4720
-- Name: specimenreplicate_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4721
--
4722

    
4723
ALTER TABLE specimenreplicate
4724
    ADD CONSTRAINT specimenreplicate_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4725

    
4726

    
4727
--
4728
-- Name: specimenreplicate_plantobservation_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4729
--
4730

    
4731
ALTER TABLE specimenreplicate
4732
    ADD CONSTRAINT specimenreplicate_plantobservation_id FOREIGN KEY (plantobservation_id) REFERENCES plantobservation(plantobservation_id) ON UPDATE CASCADE ON DELETE CASCADE;
4733

    
4734

    
4735
--
4736
-- Name: specimenreplicate_specimen_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4737
--
4738

    
4739
ALTER TABLE specimenreplicate
4740
    ADD CONSTRAINT specimenreplicate_specimen_id FOREIGN KEY (specimen_id) REFERENCES specimen(specimen_id) ON UPDATE CASCADE ON DELETE CASCADE;
4741

    
4742

    
4743
--
4744
-- Name: stemobservation_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4745
--
4746

    
4747

    
4748

    
4749

    
4750
--
4751
-- Name: stemobservation_plantobservation_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4752
--
4753

    
4754
ALTER TABLE stemobservation
4755
    ADD CONSTRAINT stemobservation_plantobservation_id FOREIGN KEY (plantobservation_id) REFERENCES plantobservation(plantobservation_id) ON UPDATE CASCADE ON DELETE CASCADE;
4756

    
4757

    
4758
--
4759
-- Name: stemtag_stemobservation_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4760
--
4761

    
4762
ALTER TABLE stemtag
4763
    ADD CONSTRAINT stemtag_stemobservation_id FOREIGN KEY (stemobservation_id) REFERENCES stemobservation(stemobservation_id) ON UPDATE CASCADE ON DELETE CASCADE;
4764

    
4765

    
4766
--
4767
-- Name: stratum_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4768
--
4769

    
4770
ALTER TABLE stratum
4771
    ADD CONSTRAINT stratum_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4772

    
4773

    
4774
--
4775
-- Name: stratum_method_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4776
--
4777

    
4778
ALTER TABLE stratum
4779
    ADD CONSTRAINT stratum_method_id FOREIGN KEY (method_id) REFERENCES method(method_id) ON UPDATE CASCADE ON DELETE CASCADE;
4780

    
4781

    
4782
--
4783
-- Name: taxonalt_plantconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4784
--
4785

    
4786
ALTER TABLE taxonalt
4787
    ADD CONSTRAINT taxonalt_plantconcept_id FOREIGN KEY (plantconcept_id) REFERENCES plantconcept(plantconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4788

    
4789

    
4790
--
4791
-- Name: taxonalt_taxondetermination_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4792
--
4793

    
4794
ALTER TABLE taxonalt
4795
    ADD CONSTRAINT taxonalt_taxondetermination_id FOREIGN KEY (taxondetermination_id) REFERENCES taxondetermination(taxondetermination_id) ON UPDATE CASCADE ON DELETE CASCADE;
4796

    
4797

    
4798
--
4799
-- Name: taxondetermination_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4800
--
4801

    
4802

    
4803

    
4804

    
4805
--
4806
-- Name: taxondetermination_plantconcept_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4807
--
4808

    
4809
ALTER TABLE taxondetermination
4810
    ADD CONSTRAINT taxondetermination_plantconcept_id FOREIGN KEY (plantconcept_id) REFERENCES plantconcept(plantconcept_id) ON UPDATE CASCADE ON DELETE CASCADE;
4811

    
4812

    
4813
--
4814
-- Name: taxondetermination_reference_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4815
--
4816

    
4817

    
4818

    
4819

    
4820
--
4821
-- Name: taxonoccurrence_datasource_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4822
--
4823

    
4824

    
4825

    
4826

    
4827
--
4828
-- Name: taxonoccurrence_locationevent_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4829
--
4830

    
4831
ALTER TABLE taxonoccurrence
4832
    ADD CONSTRAINT taxonoccurrence_locationevent_id FOREIGN KEY (locationevent_id) REFERENCES locationevent(locationevent_id) ON UPDATE CASCADE ON DELETE CASCADE;
4833

    
4834

    
4835
--
4836
-- Name: telephone_party_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4837
--
4838

    
4839
ALTER TABLE telephone
4840
    ADD CONSTRAINT telephone_party_id FOREIGN KEY (party_id) REFERENCES party(party_id) ON UPDATE CASCADE ON DELETE CASCADE;
4841

    
4842

    
4843
--
4844
-- Name: trait_stemobservation_id_fkey; Type: FK CONSTRAINT; Schema: public; Owner: -
4845
--
4846

    
4847
ALTER TABLE trait
4848
    ADD CONSTRAINT trait_stemobservation_id_fkey FOREIGN KEY (stemobservation_id) REFERENCES stemobservation(stemobservation_id) ON UPDATE CASCADE ON DELETE CASCADE;
4849

    
4850

    
4851
--
4852
-- Name: voucher_specimenreplicate_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4853
--
4854

    
4855
ALTER TABLE voucher
4856
    ADD CONSTRAINT voucher_specimenreplicate_id FOREIGN KEY (specimenreplicate_id) REFERENCES specimenreplicate(taxonoccurrence_id) ON UPDATE CASCADE ON DELETE CASCADE;
4857

    
4858

    
4859
--
4860
-- Name: voucher_taxonoccurrence_id; Type: FK CONSTRAINT; Schema: public; Owner: -
4861
--
4862

    
4863
ALTER TABLE voucher
4864
    ADD CONSTRAINT voucher_taxonoccurrence_id FOREIGN KEY (taxonoccurrence_id) REFERENCES taxonoccurrence(taxonoccurrence_id) ON UPDATE CASCADE ON DELETE CASCADE;
4865

    
4866

    
4867
--
4868
-- PostgreSQL database dump complete
4869
--
4870

    
(18-18/19)