Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| monitoring_plot_id | int8 | 19 | null |
|
|
ID of the newer monitoring plot. |
|||||
| overlaps_plot_id | int8 | 19 | null |
|
|
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) |