monitoring_plot_overlaps

0 rows


Description

Which monitoring plots overlap with previously-used monitoring plots. A plot may overlap with multiple older or newer plots.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
monitoring_plot_id int8 19 null
monitoring_plots.id monitoring_plot_overlaps_monitoring_plot_id_fkeyC

ID of the newer monitoring plot.

overlaps_plot_id int8 19 null
monitoring_plots.id monitoring_plot_overlaps_overlaps_plot_id_fkeyC

ID of the older monitoring plot.

Indexes

Constraint Name Type Sort Column(s)
monitoring_plot_overlaps_pkey Primary key Asc/Asc monitoring_plot_id + overlaps_plot_id
monitoring_plot_overlaps_overlaps_plot_id_idx Performance Asc overlaps_plot_id

Check Constraints

Constraint Name Constraint
newer_overlaps_older ((overlaps_plot_id < monitoring_plot_id))

Relationships