Anomalies


Things that might not be 'quite right' about your database and schema

Columns whose name and type imply a relationship to another table's primary key

Child Column Implied Parent Column
exposure_files.[dataset] mast_products.[dataset]
exposure_region_mask.[dataset] mast_products.[dataset]
mosfire_slit_footprints.[datemask] mosfire_datemask.[datemask]
nirspec_extractions.[dataset] mast_products.[dataset]
shifts_log.[shift_dataset] mast_products.[dataset]
spitzer_aors.[field_root] charge_fields.[field_root]
spitzer_log.[field_root] charge_fields.[field_root]

Tables that contain a single column

Table Column
Anomaly not detected

Columns whose default value is the word 'NULL' or 'null'

Table
Anomaly not detected